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

.service {
    background: white;
    min-height: 212px;
    overflow: hidden;
}

.service-item_header {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 6em;
    box-shadow: inset 0 320px 0 0 #202e31;
    background: #202e31;
    font-family: 'Kanit', sans-serif;
    color: white;
    min-height: 212px;
}

.service-item_header h3 {
    font-size: 2em;
    margin-top: 25%;
}

.service-item {
    min-height: 212px;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.service-item:hover {
    box-shadow: inset 0 300px 0 0 #ffc13d;
    color: #202e31;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.service-item a {
    text-decoration: none;
    color: #202e31;
}

.service-item .sub_title {
    margin: 0;
    padding: 0;
    color: #202e31;
    font-size: 1.6em;
    font-family: 'Kanit', sans-serif;
}

.service-item .title {
    margin: 10px 0 0;
    padding: 0;
    color: #202e31;
    font-size: 1.2em;
    font-family: 'Kanit', sans-serif;
}

.service-item i {
    padding: 17px 0;
}

.owl-pagination {
    display: none;
}

#owl-demo .item {
    background: white;
}

#owl-demo .item img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

#owl-demo .item p {
    color: white;
    font-size: 20px;
    padding: 10px 5px;
}

#owl-demo .owl-buttons div {
    border: none;
    position: absolute;
}

#owl-demo .owl-prev {
    color: #202e31;
    left: -5%;
    top: 25%;
}

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

#owl-demo .owl-prev img {
    width: 30%;
}

#owl-demo .owl-next {
    color: #202e31;
    right: -5%;
    top: 25%;
}

#owl-demo .owl-next img {
    width: 30%;
}


/*<!--****************************** new box ******************************-->*/

.new_box {
    padding: 3em 0;
}

.title-new_box {
    border-bottom: 2px solid #202e31;
    min-height: 46px;
}

.title-new_box .header_title-new_box {
    padding: 10px;
    border-left: 10px solid #ffc13d;
    background: #202e31;
}

.title-new_box .header_title-new_box .title {
    margin: 0;
    color: white;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
}

.title-new_box .read_all {
    text-align: right;
    margin-top: 5px;
}

.title-new_box .read_all a {
    text-decoration: none;
    margin: 0;
    color: #202e31;
    font-family: 'THSarabun';
    font-size: 1.8em;
}

.article-new_box {
    margin: 2em 0 0;
}

.article-new_box .thumbnail_design {
    border: none;
    border-right: 0;
    padding: 0;
    margin-bottom: 0;
}

.article-new_box .thumbnail_design img {
    width: 100%;
}

.article-new_box .thumbnail_design .caption {
    padding: 2em;
    background: #202e31;
    border-radius: 0;
}

.article-new_box .thumbnail_design .caption a {
    text-decoration: none;
}

.article-new_box .thumbnail_design .caption h3 {
    font-family: 'Kanit', sans-serif;
    color: #ffc13d;
    margin-top: 0;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-new_box .thumbnail_design .caption p {
    color: white;
    font-family: 'THSarabun_light';
    font-size: 1.4em;
    line-height: 1.2;
}

.article-new_box .thumbnail_design .caption .post {
    font-family: 'THSarabun_light_italic';
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: 20px;
}

.little-article-new_box {
    margin: 2em 0 0;
}

.little-article-new_box .thumbnail_design {
    border: none;
    border-right: 0;
    padding: 0;
    margin-bottom: 0;
}

.little-article-new_box .thumbnail_design img {
    width: 100%;
}

.little-article-new_box .thumbnail_design .caption {
    padding: 1em 1.5em;
    background: #202e31;
    border-radius: 0;
}

.little-article-new_box .thumbnail_design .caption a {
    text-decoration: none;
}

.little-article-new_box .thumbnail_design .caption h3 {
    height: 86.4px;
    font-family: 'Kanit', sans-serif;
    color: #ffc13d;
    font-size: 1.5em;
    margin-top: 10px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.little-article-new_box .thumbnail_design .caption .post {
    font-family: 'THSarabun_light_italic';
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fec13e;
}

.president_box {
    margin: 2em 0 0;
}

.president_box .thumbnail_design {
    border: none;
    background: none;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.president_box .thumbnail_design img {
    width: 100%;
}

.president_box .thumbnail_design .caption a {
    text-decoration: none;
}

.president_box .thumbnail_design .caption .title {
    font-family: 'Kanit', sans-serif;
    color: #202e31;
    font-size: 1.6em;
    margin-top: 20px;
}

.president_box .thumbnail_design .caption .position {
    font-family: 'THSarabun_light';
    color: #202e31;
    font-size: 1.4em;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #202e31;
}

.president_box .thumbnail_design .caption p {
    color: #606060;
    font-family: 'THSarabun_light';
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: 20px;
}

.president_box .thumbnail_design .caption .about_btn {
    color: white;
    font-family: 'Kanit', sans-serif;
    font-size: 1.4em;
    margin-top: 30px;
    display: block;
    padding: 14px 10px;
    text-align: center;
    background: #1f2f31;
}

.president_box .thumbnail_design .caption .about_btn i {
    margin-left: 10px;
}


/*.download_box {
    margin: 2em 0 0;
    width: 100%;
    min-height: 445px;
    background: url(../image/download-1.jpg) center;
}*/

.download_box-text {
    position: absolute;
    z-index: 1;
    padding-top: 65%;
}

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

.download_box-text h1 {
    margin: 0;
    padding: 0 1em;
    text-align: right;
    font-family: 'Kanit', sans-serif;
    color: #ffc13d;
}

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

.download_box-text img {
    width: 20%;
    display: inline-block;
}

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

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

.annouce-box {
    margin: 0 auto;
    padding: 3em 0;
    background: white;
}

.annouce-box .post {
    border-bottom: 1px solid #c9c9c9;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.annouce-box .post a {
    text-decoration: none;
    color: #333333;
}

.annouce-box .post .annouce-box_board {
    padding: 1em;
}

.annouce-box .post .annouce-box_board .title {
    font-family: 'THSarabun';
    font-size: 1.5em;
    margin: 10px 0;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.annouce-box .post .annouce-box_board-ico {
    padding: 1em;
    padding-top: 2em;
    text-align: center;
}

.annouce-box .post .annouce-box_board-ico i {
    color: #ffc13d;
}

.annouce-box .post:hover {
    background: #f2f2f2;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.annouce-box .download a {
    text-decoration: none;
}

.annouce-box .download img {
    width: 100%;
}

.annouce-box .download .content {
    position: absolute;
    bottom: 20px;
    width: 50%;
    right: 10px;
}

.annouce-box .download .content .title {
    margin: 0;
    padding: 0 1em;
    text-align: right;
    font-family: 'Kanit', sans-serif;
    color: #ffc13d;
}

.annouce-box .download .content .sub_title {
    padding: 0 1em;
    margin: 0;
    text-align: right;
    font-family: 'THSarabun_light';
    color: white;
    text-indent: 40px;
    font-size: 16pt;
}

.annouce-box .col-md-12:last-child .post {
    border-bottom: none;
}


/*link include css*/

.link-include {
    background: #ffc13d;
}

#owl-demo02 {
    padding: 3em 0;
}

#owl-demo02 img {
    width: 100%;
    padding: 1em;
}

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

#owl-demo02 .owl-buttons {
    display: none;
}

#owl-demo02 .owl-pagination {
    margin-top: 20px;
}

#owl-demo02 span {
    border-radius: 0;
    width: 30px;
    height: 5px;
    border-color: white;
}


/*footer*/

.footer {
    background: #202e31;
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url(../images/footer-1.png);
    background-repeat: no-repeat;
    background-position: 30% 20%;
    background-position: -10% 20%;
}

.footer .footer_header {
    padding-bottom: 1em;
    border-bottom: 1px solid white;
}

.footer .footer_header h1 {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 0;
}

.footer .footer_header h2 {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.2em;
    font-weight: 300;
}

.footer .footer_contact h1 {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_contact p {
    font-family: 'THSarabun_light';
    font-size: 1.5em;
    color: white;
}

.footer .footer_sitemap h1 {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_sitemap a {
    text-decoration: none;
}

.footer .footer_sitemap p {
    font-family: 'THSarabun_light';
    font-size: 1.5em;
    color: white;
    margin-bottom: 0;
}

.footer .footer_admin {
    padding-top: 2em;
    padding-right: 1em;
}

.footer .footer_admin h1 {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_admin a {
    text-decoration: none;
}

.footer .footer_admin p {
    font-family: 'THSarabun_light';
    font-size: 1.5em;
    color: white;
    margin-bottom: 0;
}


/*responsive*/


/*mobile site*/

@media (max-width: 767px) and (min-width: 320px) {
    .service-item_header {
        padding-bottom: 9em;
    }
    .service-item {
        padding-bottom: 6.9em;
    }
    #owl-demo .owl-prev {
        left: -5%;
    }
    #owl-demo .owl-next {
        right: -5%;
    }
    .annouce-box .post .annouce-box_board-ico {
        padding: 0.2em;
        margin-top: 50%;
    }
    .download_box-text {
        padding-top: 50%;
    }
    .footer .footer_contact,
    .footer .footer_sitemap {
        padding: 20px;
        border-bottom: 1px solid white;
        border-right: none;
        min-height: auto;
    }
    .footer .footer_admin {
        padding: 20px;
        min-height: auto;
    }
}


/*tablet site*/

@media(max-width: 992px) and (min-width: 768px) {
    .service-item_header {
        padding-top: 1em;
        padding-bottom: 3.3em;
    }
    .article-new_box .thumbnail_design .caption p {
        font-size: 1.7em;
    }
    .article-new_box .thumbnail_design .caption .post {
        font-size: 1.5em;
    }
    .president_box .thumbnail_design .caption .title {
        margin-top: 0;
    }
    .president_box .thumbnail_design .caption .title {
        font-family: 'Kanit', sans-serif;
        color: #202e31;
        font-size: 1.6em;
        margin-top: 0;
    }
    .president_box .thumbnail_design .caption .about_btn {
        margin-top: 15px;
    }
    .download_box-text {
        right: 0;
    }
    .annouce-box .post .annouce-box_board-ico img {
        width: 50%;
    }
    .footer .footer_contact {
        border: none;
    }
    .footer .footer_sitemap {
        padding-left: 1em;
    }
}

@media(max-width: 1024px) and (min-width: 997px) {
    .header span,
    .header button {
        font-size: 1.1em;
    }
    .download_box-bg {
        height: 375px;
        background: #202e31;
    }
}


/*<!-- include new section  -->*/


/*<!--****************************** otop start ******************************-->*/

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

.otop_product-section .title-new_box .header_title-new_box .title {
    margin: 0;
    color: white;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
}

.otop_product-section .product_item {
    margin: 50px 0 0px;
}

.otop_product-section .product_item > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.otop_product-section .product_item .item {
    padding: 10px;
}

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

.otop_product-section .product_item .item .product-box .share {
    margin: 5px;
    color: #d6d6d6;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop_product-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_product-section .product_item .item .product-box .love {
    margin: 5px;
    color: #d6d6d6;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop_product-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_product-section .product_item .item .product-box .thumb {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

.otop_product-section .product_item .item .product-box .rate {
    font-size: 0.5em;
    color: #ffdd9d;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
}

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

.otop_product-section .product_item .item .product-box .rate i.active {
    color: #fec13e;
}

.otop_product-section .product_item .item .product-box .detail {
    float: right;
    font-family: 'Kanit', sans-serif;
    color: #939598;
    font-size: 0.8em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.otop_product-section .product_item .item .product-box .product_name {
    height: 42px;
    font-family: 'Kanit', sans-serif;
    color: #1f2f31;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.otop_product-section .product_item .item .product-box .price {
    font-family: 'Kanit', sans-serif;
    color: #41484b;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 5px;
}

.otop_product-section .product_item .item .product-box .btn_buy {
    font-family: 'Kanit', sans-serif;
    color: #1f2f31;
    font-size: 1.1em;
    text-align: center;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    padding: 8px;
    background: #ffdd9d;
    margin-top: 10px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop_product-section .product_item .item .product-box .btn_buy:hover {
    background: #fec13e;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.otop_product-section .product_item .item .product-box .flag {
    width: 50px;
    height: 56px;
    padding-top: 15px;
    position: absolute;
    background: #202e31;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    text-align: center;
    right: 30px;
    top: 10px;
}

.otop_product-section .product_item .item .product-box .flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #fefefd;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

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

#owl-otop .owl-page span {
    border-radius: 0;
    width: 30px;
    height: 5px;
    border: none;
    background: #ffdd9d;
}

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


/*<!--****************************** pr section ******************************-->*/

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

.pr-section .title-new_box .header_title-new_box {
    padding: 10px;
    border-left: 10px solid #ffc13d;
    background: #202e31;
    margin-left: -15px;
}

.pr-section .title-new_box .header_title-new_box .title {
    margin: 0;
    color: white;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
}

.pr-section article:nth-child(4n+1) {
    clear: both;
}

.pr-section .pr_item {
    margin: 30px 0 0;
}

.pr-section .pr_item a {
    text-decoration: none;
}

.pr-section .pr_item img {
    width: 100%;
    /*height: auto;*/
    display: block;
    height: 220px;
}

.pr-section .pr_item .location {
    background: #1f2f31;
    padding: 10px 15px;
    font-family: 'Kanit', sans-serif;
    color: #fec13e;
    font-size: 1.3em;
}

.pr-section .pr_item .title {
    padding: 0px 20px;
    font-family: 'Kanit', sans-serif;
    color: #1f2f31;
    font-size: 1.4em;
    margin-top: 10px;
    min-height: 52px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pr-section .pr_item .post_date {
    padding: 0px 20px;
    font-family: 'THSarabun_light';
    color: #616161;
    font-size: 1.5em;
    margin-top: 5px;
}

.pr-section .pr_item .post_date i {
    margin-right: 10px;
}


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

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

.knowledge-section .knowledge-box {
    margin: 20px 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;
    background: #202e31;
    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', sans-serif;
    color: #ffc13d;
    font-size: 1.5em;
    margin-top: 10px;
}

.knowledge-section .knowledge-box .knowledge-item .content .post {
    font-family: 'THSarabun_light_italic';
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fec13e;
}

.knowledge-section .knowledge-box .knowledge-item .ico {
    width: 100%;
    display: table;
    position: absolute;
    margin: 0 -10px;
    text-align: center;
    padding-top: 25%;
}

.knowledge-section .knowledge-box .knowledge-item .ico i {
    vertical-align: middle;
    display: table-cell;
    font-size: 6em;
    color: rgba(32, 46, 49, 0.7);
}

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

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

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

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

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

#owl-knowledge .owl-pagination {
    margin-top: 20px;
}

#owl-knowledge .owl-page span {
    border-radius: 0;
    width: 30px;
    height: 5px;
    border: none;
    background: #ffdd9d;
}

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


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

.link-section {
    margin: 20px 0;
    padding: 0 0 2em;
    background: #fec13e;
}

#owl-link {
    margin-top: 30px;
}

#owl-link .item {
    padding: 0 0.5em;
}

#owl-link .item a {
    margin-bottom: 20px;
    background: #ffffff;
    display: block;
    width: 100%;
    padding: 2em 1em;
    text-align: center;
}

#owl-link .item img {
    width: 100%;
    vertical-align: middle;
}

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

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

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

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

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

#owl-link .owl-page span {
    border-radius: 0;
    width: 30px;
    height: 5px;
    border: 1px solid white;
    background: transparent;
}

#owl-link .owl-page.active span,
#owl-link .owl-page:hover span {
    background: white;
}


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

.our_service-section {
    margin: 20px 0;
    padding: 2em 0;
}

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

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

.our_service-section .link_item .title {
    margin: 0;
    color: #1f2f31;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    padding: 10px 20px;
    border-bottom: 1px solid #c9c9ca;
}

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

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

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

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

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

.our_service-section .link_item .panel-body li a {
    font-family: 'Kanit', sans-serif;
    color: #1f2f31;
    font-size: 22px;
    text-decoration: none;
}


/*<!--****************************** footer start ******************************-->*/

.menu-footer {
    background: #202e31;
    border-bottom: 4px solid #fec13e;
}

.menu-footer .dropdown-menu_design>li>a {
    font-family: 'Kanit', sans-serif;
    color: white;
    font-weight: 200;
}

.footer a {
    text-decoration: none;
}

.footer .footer_sitemap .title {
    display: inline-block;
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
}

.footer .footer_sitemap i {
    vertical-align: top;
    display: inline-block;
    padding-left: 10px;
    font-size: 34px;
    line-height: 28px;
    color: #fff;
}

.footer .footer_sitemap li {
    list-style: none;
    padding: 2px 0;
}

.footer .footer_sitemap li a {
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    color: white;
    font-weight: 200;
    font-size: 1.2em;
}

.footer .footer_contact .title {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_contact .content {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2em;
    color: white;
    margin-bottom: 0;
    font-weight: 200;
}

.footer .footer_admin .title {
    color: white;
    font-family: 'Kanit', sans-serif;
    margin: 5px 0;
    font-size: 1.4em;
    font-weight: 300;
}

.footer .footer_admin a {
    text-decoration: none;
    font-family: 'Kanit', sans-serif;
    color: white;
    font-weight: 200;
    font-size: 1.2em;
    padding-right: 10px;
}

.footer-section .social_footer {
    margin-top: 30px;
}

.footer .social_footer .facebook {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2em;
    color: white;
}

.footer .social_footer i {
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: #202e31;
    padding-top: 10px;
}

.footer .email {
    display: inline-block;
    vertical-align: middle;
    /*margin-top: -3px;*/
        margin-top: 5px;
}

.footer .email p {
    font-family: 'Kanit', sans-serif;
    font-size: 1.2em;
    color: white;
    margin-bottom: 0;
}

.footer .email p a {
    color: #fff;
}

.footer .ico {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.footer .phone {
    display: inline-block;
    font-family: 'Kanit', sans-serif;
    font-size: 1.3em;
    color: white;
    vertical-align: middle;
    margin-top: 10px;
}

.footer .phone a {
    color: #fff;
}

.footer .link_facebook {
    text-align: center;
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 0.9em;
    color: #202e31;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    background: white;
    text-decoration: none;
}

.footer .link_facebook i {
    background: #202e31;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 13px;
    margin-left: 10px;
}


/*golbal css*/

.header-box {
    border-bottom: 2px solid #202e31;
    min-height: 46px;
}

.header-box .header_title-box {
    border-left: 10px solid #ffc13d;
    margin-left: -15px;
}

.header-box .header_title-box .title {
    margin: 0;
    color: white;
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    background: #202e31;
    display: inline-block;
    padding: 10px 20px;
}

.header-box .read_all {
    text-align: right;
    margin-top: 5px;
}

.header-box .read_all a {
    text-decoration: none;
    margin: 0;
    color: #202e31;
    font-family: 'THSarabun';
    font-size: 1.8em;
}

@media (max-width: 767px) and (min-width: 320px) {
    .otop_product-section {
        margin-top: 0px;
    }
    .header-box .header_title-box {
        margin-left: 0;
    }
    .header-box .header_title-box .title {
        display: block;
        text-align: center;
    }
    #owl-otop .owl-pagination {
        display: none;
    }
    #owl-otop .owl-prev {
        left: 0;
    }
    #owl-otop .owl-next {
        right: 0;
    }
    #owl-demo .owl-next {
        right: 0;
    }
    #owl-demo .owl-prev {
        left: 0;
    }
    .header-box .read_all {
        text-align: center;
    }
    .article-new_box .thumbnail_design .caption {
        padding: 1em;
    }
    .annouce-box .download .content {
        width: 75%;
        bottom: 14px;
        right: 20px;
    }
    .annouce-box .download .content .title {
        font-size: 12pt;
    }
    .annouce-box .download .content .sub_title {
        font-size: 8pt;
    }
    #owl-knowledge .owl-pagination {
        display: none;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-link .owl-pagination {
        display: none;
    }
    #owl-link .owl-prev {
        left: 0;
    }
    #owl-link .owl-next {
        right: 0;
    }
    .our_service-section .col-md-6:last-child .link-box {
        margin-top: 0px;
    }
    .menu-footer {
        display: none;
    }
    .footer .link_facebook {
        display: none;
    }
    .footer .footer_admin a {
        display: block;
        margin-bottom: 5px;
    }
    .footer .email {
        margin-top: 5px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #owl-demo .owl-prev {
        left: 0;
    }
    #owl-demo .owl-next {
        right: 0;
    }
    #owl-otop .owl-prev {
        left: 0;
        top: 35%;
    }
    #owl-otop .owl-next {
        right: 0;
        top: 35%;
    }
    .pr-section .header-box {
        min-height: 68px;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-link .owl-prev {
        left: 0;
        top: 20%;
    }
    #owl-link .owl-next {
        right: 0;
        top: 20%;
    }
    .our_service-section .col-md-6:last-child .link-box {
        margin-top: 0px;
    }
    .menu-footer {
        display: none;
    }
    .footer .social_footer {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .paper .col-md-6 {
        width: 66.666%;
    }
    .paper .read {
        width: 33.333%;
    }
    .annouce-box .download .content {
        bottom: 10px;
        width: 70%;
    }
    .knowledge-section .knowledge-box .knowledge-item .content .post {
        font-size: 1.2em;
    }
    .knowledge-section .knowledge-box .knowledge-item .content .title {
        font-size: 1.2em;
    }
    #owl-link .owl-prev {
        top: 32%;
    }
    #owl-link .owl-next {
        top: 32%;
    }
    .our_service-section .col-md-6:last-child .link-box {
        margin-top: 30px;
    }
    .footer .footer_admin a {
        font-size: 1em;
    }
    .footer .social_footer i {
        width: 30px;
        height: 30px;
        padding-top: 8px;
    }
    .footer .social_footer .facebook {
        font-size: 1em;
    }
    .footer .email p {
        font-size: 1em;
    }
    .footer .phone {
        font-size: 1em;
    }
    .footer .link_facebook {
        font-size: 0.7em;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .header-box {
        min-height: 39px;
    }
    .header-box .header_title-box .title {
        font-size: 16px;
    }
    .knowledge-section .knowledge-box .knowledge-item .content .title {
        font-size: 1.2em;
        line-height: 1.3;
    }
    .knowledge-section .knowledge-box .knowledge-item .content .post {
        font-size: 1.2em;
    }
    .footer .footer_admin a {
        font-size: 1em;
    }
    .footer .social_footer i {
        width: 30px;
        height: 30px;
        padding-top: 8px;
    }
    .footer .social_footer .facebook {
        font-size: 1em;
    }
    .footer .email p {
        font-size: 1em;
    }
    .footer .phone {
        font-size: 1em;
    }
    .footer .link_facebook {
        font-size: 0.7em;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    #owl-demo .owl-prev {
        left: -30px;
    }
    #owl-demo .owl-next {
        right: -30px;
    }
    #owl-otop .owl-prev {
        left: -30px;
    }
    #owl-otop .owl-next {
        right: -30px;
    }
    #owl-knowledge .owl-prev {
        left: -30px;
    }
    #owl-knowledge .owl-next {
        right: -30px;
    }
    #owl-link .owl-prev {
        left: -30px;
    }
    #owl-link .owl-next {
        right: -30px;
    }
}
