    .quoet {
        font-family: 'Kanit_regular';
        padding: 3em 0;
    }

    .quoet h2 {
        background: -webkit-linear-gradient(top, rgba(43, 99, 156, 1) 0%, rgba(49, 75, 125, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 10em;
        display: inline-block;
        position: relative;
        margin-left: 15%;
    }

    .quoet h2.shadow {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        margin-left: -337px;
        margin-top: 22px;
        z-index: -1;
        color: white;
    }

    .quoet h3 {
        background: -webkit-linear-gradient(top, rgba(43, 99, 156, 1) 0%, rgba(49, 75, 125, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 7em;
        display: inline-block;
        position: relative;
    }

    .quoet h3.shadow {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        margin-left: -312px;
        margin-top: 60px;
        z-index: -1;
        color: white;
    }

    .quoet h4 {
        background: -webkit-linear-gradient(top, rgba(43, 99, 156, 1) 0%, rgba(43, 60, 93, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 5em;
        display: block;
        position: relative;
        float: left;
        margin-left: 300px;
        margin-top: -10px;
    }

    .quoet h4.shadow {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        margin-left: 300px;
        margin-top: -8px;
        z-index: -1;
        color: white;
    }

    .quoet h5 {
        background: -webkit-linear-gradient(top, rgba(43, 99, 156, 1) 0%, rgba(43, 60, 93, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 8em;
        display: block;
        float: left;
        position: relative;
        margin-left: 7px;
        margin-top: -47px;
    }

    .quoet h5.shadow {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: absolute;
        z-index: -1;
        color: white;
        margin-left: 801px;
        margin-top: -45px;
    }
    /*<!-- ********************************* president start ********************************* -->*/

    .president {
        padding: 1em;
        border: 2px solid white;
    }

    .president .name {
        color: white;
        font-family: 'Kanit_regular';
        font-size: 1.5em;
        margin-top: 13px;
    }

    .president .position {
        color: white;
        font-family: 'THSarabun';
        font-size: 1.6em;
        padding-bottom: 5px;
        border-bottom: 1px solid white;
    }

    .president .location {
        color: white;
        font-family: 'THSarabun';
        font-size: 1.6em;
        margin-bottom: 0;
    }
    /*<!-- ********************************* promote start ********************************* -->*/

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

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

    .section-name h2 {
        text-align: center;
        margin: 0;
        color: white;
        font-family: 'Kanit_regular';
    }

    .line01 {
        width: 100%;
        border-top: 5px solid white;
        margin-top: 15px;
    }

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

    .pr_item img {
        width: 100%;
    }

    .pr_content {
        padding: 1em;
        min-height: 156.2px;
    }

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

    .pr_content .kind {
        font-family: 'THSarabun';
        font-size: 1.6em;
        background: #2b639c;
        color: white;
        width: 135px;
        margin-top: 20px;
        padding: 5px 10px;
        text-align: center;
    }

    .pr_content .post_by {
        font-family: 'THSarabun';
        font-size: 1.8em;
        color: rgba(41, 47, 51, 0.5);
    }

    .pr_content .header {
        font-family: 'Kanit_regular';
        font-size: 1.7em;
        color: #2b639c;
        margin-top: 5px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }

    .pr_content .content {
        font-family: 'THSarabun';
        font-size: 1.5em;
        color: #292f33;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .pr_content .readmore {
        font-family: 'THSarabun';
        font-size: 1.5em;
        color: #2b639c;
        padding: 7px 53px;
        border: 1px solid #2b639c;
        float: left;
    }
    /*<!-- ********************************* promote start ********************************* -->*/

    .ourservice-section {
        margin: 70px 0;
    }

    .service_item {
        background: white;
        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: #2b639c;
        color: white;
        width: 200px;
        margin-top: 0px;
        padding: 5px 10px;
        text-align: center;
    }

    .service_content .post_by {
        font-family: 'THSarabun';
        font-size: 1.8em;
        color: rgba(41, 47, 51, 0.5);
    }

    .service_content .header {
        font-family: 'Kanit_regular';
        font-size: 1.7em;
        color: #2b639c;
        margin-top: 5px;
    }

    .service_content .content {
        font-family: 'THSarabun';
        font-size: 1.5em;
        color: #292f33;
        margin-top: 5px;
    }

    .service_content .content p {
        margin-bottom: 0;
    }

    .service_content .readmore {
        font-family: 'THSarabun';
        font-size: 1.5em;
        color: #2b639c;
        padding: 7px 53px;
        border: 1px solid #2b639c;
    }

    .download-box {
        height: 300px;
        overflow: hidden;
        background: rgba(43, 99, 156, 0);
        background: -moz-linear-gradient(top, rgba(43, 99, 156, 0) 0%, rgba(43, 99, 156, 0.98) 79%, rgba(43, 99, 156, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 99, 156, 0)), color-stop(79%, rgba(43, 99, 156, 0.98)), color-stop(100%, rgba(43, 99, 156, 1)));
        background: -webkit-linear-gradient(top, rgba(43, 99, 156, 0) 0%, rgba(43, 99, 156, 0.98) 79%, rgba(43, 99, 156, 1) 100%);
        background: -o-linear-gradient(top, rgba(43, 99, 156, 0) 0%, rgba(43, 99, 156, 0.98) 79%, rgba(43, 99, 156, 1) 100%);
        background: -ms-linear-gradient(top, rgba(43, 99, 156, 0) 0%, rgba(43, 99, 156, 0.98) 79%, rgba(43, 99, 156, 1) 100%);
        background: linear-gradient(to bottom, rgba(43, 99, 156, 0) 0%, rgba(43, 99, 156, 0.98) 79%, rgba(43, 99, 156, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b639c', endColorstr='#2b639c', 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;
    }
    /*<!--****************************** include link start ******************************-->*/

    .link-include {
        border: 5px solid white;
        padding: 1.5em;
        margin-bottom: 70px;
    }

    #owl-demo .item {
        text-align: center;
    }

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

    #owl-demo .owl-prev {
        border: none;
        position: absolute;
        top: -13px;
        left: -5px;
        background: none;
        color: rgba(255, 255, 255, 0.5);
    }

    #owl-demo .owl-next {
        border: none;
        position: absolute;
        top: -13px;
        right: -5px;
        background: none;
        color: rgba(255, 255, 255, 0.5);
    }
    /*<!--****************************** mobile site ******************************-->*/

    @media (max-width: 767px) and (min-width: 320px) {
        .quoet {
            display: none;
        }
        .president {
            margin: 20px 0;
        }
        .president .name {
            font-size: 1em;
            margin: 0;
        }
        .president .position,
        .president .location {
            font-size: 1.2em;
        }
        .president .location {
            margin: 0;
            line-height: 1;
        }
        .promote-section {
            margin: 10px 0;
        }
        .section-name h2 {
            font-size: 1em;
        }
        .line01 {
            border-top: 2px solid white;
            margin-top: 6px;
        }
        .pr_item {
            margin-top: 10px;
        }
        .pr_content .kind {
            margin-top: 0;
        }
        .pr_content .header {
            font-size: 1.3em;
            margin-top: -10px;
            margin-bottom: 20px;
        }
        .pr_content .content {
            display: none;
        }
        .pr_content .readmore {
            display: none;
        }
        .ourservice-section {
            margin: 20px 0;
        }
        .service_content .header {
            font-size: 1.3em;
            margin-top: -10px;
            margin-bottom: 20px;
        }
        .service_item {
            margin-top: 10px;
        }
        .service_item-lastchild {
            display: none;
        }
        .download-box {
            display: none;
        }
        .link-include {
            display: none;
        }
    }
    /*tablet site*/

    @media(max-width: 1024px) and (min-width: 768px) {
        .quoet {
            display: none;
        }
        .president {
            margin-top: 20px;
        }
        .president .name {
            font-size: 2.3em;
            margin-top: 40px;
        }
        .president .position {
            font-size: 2em;
        }
        .president .location {
            font-size: 2em;
        }
        .pr_content .content {
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .promote-section {
            margin: 40px 0;
        }
        .ourservice-section {
            margin: 40px 0;
        }
        .download-box {
            display: none;
        }
    }
    /*custom site*/

    @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;
        }
        .pr_content {
            padding-right: 2.2em;
        }
        .pr_content .kind {
            margin-top: 0;
            margin-bottom: 5px;
        }
        .pr_content .header {
            margin-top: 0;
        }
        .pr_content .post_by {
            margin-bottom: 5px;
        }
        .pr_content .content {
            margin-bottom: 8px;
            margin-top: -5px;
        }
        .service_content .header {
            font-size: 1.4em;
        }
        .download-box {
            display: block;
            height: 250px;
        }
        .service_content .kind {
            margin-bottom: 3px;
        }
        .service_content .post_by {
            margin-bottom: 5px;
        }
        .service_content .header {
            margin-bottom: 5px;
        }
        .service_content .content p {
            line-height: 1.05;
        }
        .download_box-text {
            position: absolute;
            z-index: 1;
            margin-top: 140px;
        }
    }

    @media(max-width: 1199px) and (min-width: 1025px) {
        .quoet h2 {
            margin-left: 30px;
        }
        .quoet h4,
        .quoet h4.shadow {
            margin-left: 150px;
        }
        .quoet h5.shadow {
            margin-left: 652px;
        }
        .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 .post_by {
            margin-bottom: -6px;
        }
        .pr_content .kind {
            margin-top: 0;
        }
        .pr_content .content {
            margin-bottom: 10px;
            margin-top: -6px;
        }
        .service_content .header {
            font-size: 1.4em;
            margin-bottom: 5px;
        }
        .service_content .post_by {
            margin-bottom: -8px;
        }
        .service_content .content p {
            line-height: 1.1;
        }
        .download-box {
            height: 250px;
        }
        .download_box-text {
            margin-top: 140px;
        }
    }

/* --- modified --- */

.quoet-section {
    text-align: right;
}

.quoet-section h2 {
    background: -webkit-linear-gradient(top, rgb(146, 198, 251) 0%, rgba(49, 75, 125, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6em;
}

.quoet-section h3 {
    background: -webkit-linear-gradient(top, rgb(146, 198, 251) 0%, rgba(49, 75, 125, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
    margin-right: 270px;
}

.quoet-section h4 {
    font-size: 4em;
    margin-left: 524px;
    margin-top: -14px;
}

.quoet-section h5 {
    font-size: 6em;
    margin-top: -38px;
}


/*<!-- **************** ceo start **************** -->*/

.president-section {
    background: rgba(96, 130, 164, 0.23);
    background: -moz-linear-gradient(top, rgba(96, 130, 164, 0.23) 0%, rgba(96, 130, 164, 0.86) 48%, rgba(96, 130, 164, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96, 130, 164, 0.23)), color-stop(48%, rgba(96, 130, 164, 0.86)), color-stop(100%, rgba(96, 130, 164, 1)));
    background: -webkit-linear-gradient(top, rgba(96, 130, 164, 0.23) 0%, rgba(96, 130, 164, 0.86) 48%, rgba(96, 130, 164, 1) 100%);
    background: -o-linear-gradient(top, rgba(96, 130, 164, 0.23) 0%, rgba(96, 130, 164, 0.86) 48%, rgba(96, 130, 164, 1) 100%);
    background: -ms-linear-gradient(top, rgba(96, 130, 164, 0.23) 0%, rgba(96, 130, 164, 0.86) 48%, rgba(96, 130, 164, 1) 100%);
    background: linear-gradient(to bottom, rgba(96, 130, 164, 0.23) 0%, rgba(96, 130, 164, 0.86) 48%, rgba(96, 130, 164, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6082a4', endColorstr='#6082a4', GradientType=0);
    border: none;
    margin-left: -30px;
    overflow: hidden;
    padding-bottom: 0;
}

.president-section img {
    padding: 1em 2em .5em;
    margin-top: 0;
}

.president-section .name {
    font-family: 'Kanit_regular';
    text-align: center;
    margin-top: 10px;
}

.president-section .position {
    text-align: center;
    font-family: 'Kanit_light';
    font-size: 1.2em;
    border-bottom: none;
    margin-bottom: 32px;
}

.president-section .about_btn {
    margin-top: 30px;
    display: block;
    text-align: center;
    color: white;
    background: #0d4c77;
    font-family: 'Kanit_light';
    padding: 15px 0;
    font-size: 1.4em;
    text-decoration: none;
    margin: 0 -15px;
}

.president-section .about_btn i {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: #0d4c77;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}


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

.service-section {
    margin: 40px 0;
}

.service-section .section-name h2 {
    font-size: 1.6em;
}

.service-section .line01 {
    border-top: 3px solid white;
}

.service-section .service-box {
    margin: 20px;
}

.service-section .service-box .item {
    padding: 10px;
    min-height: 210px;
    text-align: center;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.service-section .service-box .item:hover {
    background: #0d4c77;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.service-section .service-box .item a {
    text-decoration: none
}

.service-section .service-box .item p {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.5em;
    margin-top: 20px;
}

.service-section .service-box .item i {
    width: 100px;
    height: 100px;
    font-size: 3em;
    color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding-top: 25px;
}

#owl-service .owl-buttons div {
    color: white;
    border: none;
    position: absolute;
}

#owl-service .owl-prev {
    left: -5%;
    top: 20%;
}

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

#owl-service .owl-next {
    right: -5%;
    top: 20%;
}

#owl-service .owl-page span {
    background: white;
    opacity: 0.4;
}

#owl-service .owl-page.active span,
#owl-service .owl-page:hover span {
    opacity: 1;
}


#owl-news .owl-buttons div {
    color: white;
    border: none;
    position: absolute;
}

#owl-news .owl-prev {
    left: 0;
    top: 38%;
    opacity: .7;
}

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

#owl-news .owl-next {
    right: 0;
    top: 38%;
    opacity: .7;
}

#owl-news .owl-page span {
    background: #2B639C;
    opacity: 0.4;
}

#owl-news .owl-page.active span,
#owl-news .owl-page:hover span {
    opacity: 1;
}

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

.otop-section .section-name h2 {
    font-size: 1.6em;
}

.otop-section .line01 {
    border-top: 3px solid white;
}

.otop-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
    margin: 20px 0;
}

.otop-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

.otop-section .product_item {
    margin: 15px 0 0px;
    background: white;
}

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

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

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

.otop-section .product_item .item .product-box .rate {
    font-size: 0.6em;
    color: #828daa;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

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

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

.otop-section .product_item .item .product-box .detail {
    font-family: 'Kanit_regular';
    color: #0d4c77;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 50%;
    display: inline-block;
    text-align: center;
}

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

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

.otop-section .product_item .item .product-box .btn_buy {
    margin: 0 auto;
    width: 45%;
    display: inline-block;
    font-family: 'Kanit_regular';
    color: #0d4c77;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    border: 1px solid #0d4c77;
    background: transparent;
    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-section .product_item .item .product-box .btn_buy:hover {
    color: white;
    background: #0d4c77;
    color: white;
    -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 .flag {
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    text-align: center;
    background: #f26f7f;
    padding: 6px 15px;
    position: absolute;
}

.otop-section .product_item .item .product-box .flag span {
    color: white;
}

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

#owl-otop .owl-prev {
    left: -5%;
    top: 40%;
}

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

#owl-otop .owl-next {
    right: -5%;
    top: 40%;
}

#owl-otop .owl-page span {
    background: white;
    opacity: 0.4;
}

#owl-otop .owl-page.active span,
#owl-otop .owl-page:hover span {
    opacity: 1;
}


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

.promote02-section .section-name h2 {
    font-size: 1.6em;
}

.promote02-section .line01 {
    border-top: 3px solid white;
}

.promote02-section .pr_content {
    padding: 1em 2em 1em 1em;
}

.promote02-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.promote02-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

.promote02-section .pr_content .header {
    font-size: 1.4em;
    line-height: 1.3;
    min-height: 75px;
}

.promote02-section .pr_content .kind {
    font-family: 'Kanit_regular';
    font-size: 1.2em;
    padding: 11px 10px;
    width: 70%;
    margin-top: -14px;
    margin-left: -44px;
}

.promote02-section .pr_content .post_by {
    font-family: 'THSarabun_light';
    font-size: 1.4em;
}

.promote02-section .pr_content .post_by i {
    margin-right: 10px;
}

.promote02-section .pr_content .content {
    font-family: 'THSarabun_light';
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
}

.promote02-section .pr_item .btn_read {
    display: block;
    text-align: center;
    width: 50%;
    margin-top: 50px;
    margin: 0 auto;
    position: relative;
    top: 60px;
}

.promote02-section .pr_content .readmore {
    float: none;
}


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

.pr-section {
    margin: 20px 0;
}

.pr-section .section-name h2 {
    font-size: 1.6em;
}

.pr-section .line01 {
    border-top: 3px solid white;
}

.pr-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.pr-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

.pr-section .pr-item {
    background: white;
    text-align: center;
    margin-top: 20px;
}

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

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

.pr-section .pr-item .tag {
    background: #0d4c77;
    color: white;
    font-family: 'Kanit_light';
    font-size: 1.3em;
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
    margin-top: -25px;
}

.pr-section .pr-item .post_by {
    font-family: 'THSarabun_light';
    font-size: 1.4em;
    color: rgba(41, 47, 51, 0.5);
}

.pr-section .pr-item .post_by i {
    margin-right: 10px;
}

.pr-section .pr-item .header {
    font-size: 1.3em;
    line-height: 1.3;
}

.pr-section .pr-item .content {
    font-family: 'THSarabun_light';
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}


/*<!-- ********************************* order start ********************************* -->*/

.order-section {
    margin-top: 40px;
    margin-bottom: 20px;
}

.order-section .section-name h2 {
    font-size: 1.6em;
}

.order-section .line01 {
    border-top: 3px solid white;
}

.order-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.order-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

.order-section .order-item {
    background: white;
    padding: 0 0 2em;
    margin-top: 50px;
}

.order-section .order-item .nav-tabs {
    border-bottom: none;
    margin-top: -40px;
    margin-bottom: 40px;
}

.order-section .order-item .nav-tabs>li.active>a,
.order-section .order-item .nav-tabs>li.active>a:focus,
.order-section .order-item .nav-tabs>li.active>a:hover {
    font-family: 'Kanit_regular';
    color: white;
    cursor: default;
    background-color: #0d4c77;
    border: none;
    border-radius: 0 30px 0 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.4em;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}

.order-section .order-item .nav-tabs>li>a {
    background: #3f81a5;
    border: none;
    border-radius: 4px 4px 0 0;
    font-family: 'Kanit_regular';
    color: white;
    font-size: 1em;
    border-radius: 0 30px 0 0;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -11px;
}

.order-section .order-item .item {
    padding-bottom: 20px;
    border-bottom: 1px solid #0d4c77;
    margin-top: 20px;
}

.order-section .order-item .download_btn {
    background: #0d4c77;
    color: white;
    text-align: center;
    padding: 5px 0;
}

.order-section .order-item .download_btn i {
    margin-right: 4px;
}

.order-section .order-item .download_btn p {
    font-family: 'Kanit_regular';
    margin-bottom: 0;
    display: inline-block;
}

.order-section .order-item .title {
    font-family: 'THSarabun_light';
    margin-bottom: 0;
    margin-top: 0;
    color: #3a3a3c;
}

.order-section .order-item .post_by {
    font-family: 'THSarabun_light';
    font-size: 1.4em;
    color: rgba(41, 47, 51, 0.5);
    text-align: center;
}

.order-section .order-item .post_by i {
    vertical-align: middle;
    margin-right: 3px;
}


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

.link-section {
    margin: 40px 0;
    padding: 1em 0;
}

.link-section .section-name h2 {
    font-size: 1.6em;
}

.link-section .line01 {
    border-top: 3px solid white;
}

.link-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.link-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

.link-section .link_item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/*
.link-section .link_item:last-child {
    border-bottom: none;
}*/

.link-section .link_item .title {
    font-size: 1.3em;
    font-family: 'Kanit_regular';
    margin: 0;
    padding: 0 10px;
    border-radius: 10px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.link-section .link_item .title:hover {
    background: rgba(255, 255, 255, 0.5);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.link-section .link_item .title i {
    float: right;
}

.link-section .link_item .title a {
    padding: 10px 0;
    color: white;
    text-decoration: none;
    display: block;
}

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

.link-section .link_item .panel {
    border: none;
    background: none;
    box-shadow: none;
}

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

.link-section .link_item .panel-body li {
    list-style: none;
    margin-top: 10px;
}

.link-section .link_item .panel-body li a {
    font-size: 1.3em;
    font-family: 'Kanit_regular';
    text-decoration: none;
    color: white;
}


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

.knowledge-section {
    margin: 40px 0;
    padding: 1em 0;
}

.knowledge-section .section-name h2 {
    font-size: 1.6em;
}

.knowledge-section .line01 {
    border-top: 3px solid white;
}

.knowledge-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.knowledge-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

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

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

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

.knowledge-section .knowledge-box .media-item-box {
    position: relative;
    overflow: hidden;
}

.knowledge-section .knowledge-box .content {
    position: absolute;
    background: rgba(33, 34, 45, 0.9);
    bottom: 0px;
    height: 85px;
    padding: 10px 20px 10px 20px;
    width: 100%;
}

.knowledge-section .knowledge-box a:hover .content {
    background: rgba(13, 76, 119, 0.9);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.knowledge-section .knowledge-box .content .header {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.1em;
    margin-bottom: 0px;
    margin-top: 5px;
}

.knowledge-section .knowledge-box .content .date {
    font-family: 'THSarabun_light';
    font-size: 1.4em;
    color: white;
}

.knowledge-section .knowledge-box .content .date i {
    margin-right: 5px;
    margin-left: 5px;
}

.knowledge-section .knowledge-box .ico {
    position: absolute;
    top: 25%;
    width: 360px;
    font-size: 4em;
    color: #b04c3b;
    text-align: center;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.knowledge-section .knowledge-box a:hover .ico {
    opacity: 1;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

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

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

#owl-knowledge .owl-prev {
    left: -5%;
    top: 30%;
}

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

#owl-knowledge .owl-next {
    right: -5%;
    top: 30%;
}

#owl-knowledge .owl-page span {
    background: white;
    opacity: 0.4;
}

#owl-knowledge .owl-page.active span,
#owl-knowledge .owl-page:hover span {
    opacity: 1;
}


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

.other-section {
    margin: 40px 0;
    padding: 1em 0;
    margin-bottom: 0;
}

.other-section .section-name h2 {
    font-size: 1.6em;
}

.other-section .line01 {
    border-top: 3px solid white;
}

.other-section .view_all {
    font-family: 'Kanit_light';
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}

.other-section .view_all i {
    background: #0d4c77;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    vertical-align: middle;
    color: white;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.6em;
}

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

.other-section .other-box .item {
    padding: 5px;
}

.other-section .other-box .item img {
    /*width: 100%;*/
    margin: 5px 0;
    /*height: auto;*/
    width: 174px;
    height: 112px;
}

#owl-banner .owl-buttons div {
    color: white;
    border: none;
    position: absolute;
}

#owl-banner .owl-prev {
    left: -5%;
    top: 30%;
}

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

#owl-banner .owl-next {
    right: -5%;
    top: 30%;
}

#owl-banner .owl-page span {
    background: white;
    opacity: 0.4;
}

#owl-banner .owl-page.active span,
#owl-banner .owl-page:hover span {
    opacity: 1;
}

@media (max-width: 767px) and (min-width: 320px) {
    .president-section {
        margin-left: auto;
    }
    .president-section .name {
        font-size: 1.9em;
        margin-bottom: 5px;
    }
    #owl-service .owl-prev {
        left: 0;
    }
    #owl-service .owl-next {
        right: 0;
    }
    #owl-otop .owl-buttons div {
        color: #0d4c77;
    }
    #owl-otop .owl-prev {
        left: 0;
    }
    #owl-otop .owl-next {
        right: 0;
    }
    .promote02-section {
        margin: 40px 0;
    }
    .promote02-section .pr_content .kind {
        margin-left: 0;
        width: 100%;
    }
    .promote02-section .pr_content {
        padding: 1em;
    }
    .promote02-section .pr_item .btn_read {
        display: none;
    }
    .order-section .order-item {
        margin-top: 20px;
    }
    .order-section .order-item .nav-tabs {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .order-section .nav-tabs>li {
        float: none;
    }
    .order-section .order-item .nav-tabs>li>a {
        font-size: 1em;
        border-radius: 0;
        margin-right: 0px;
        margin-top: 10px;
    }
    .order-section .order-item .nav-tabs>li.active>a,
    .order-section .order-item .nav-tabs>li.active>a:focus,
    .order-section .order-item .nav-tabs>li.active>a:hover {
        border-radius: 0;
        margin-top: 10px;
    }
    .order-section .order-item .post_by {
        margin-top: 10px;
    }
    .link-section .link_item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .knowledge-section .knowledge-box .content {
        height: 100px;
        width: 100%;
    }
    .knowledge-section .knowledge-box .ico {
        display: none;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    #owl-banner .owl-buttons div {
        color: #0d4c77;
    }
    #owl-banner .owl-prev {
        left: 0;
        top: 33%;
    }
    #owl-banner .owl-next {
        right: 0;
        top: 33%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .president-section {
        margin-left: auto;
    }
    .president-section .name {
        margin-top: 90px;
    }
    .president-section .about_btn {
        margin: 0;
    }
    #owl-service .owl-prev {
        left: 0;
    }
    #owl-service .owl-next {
        right: 0;
    }
    #owl-otop .owl-buttons div {
        color: #0d4c77;
    }
    #owl-otop .owl-prev {
        left: 0;
    }
    #owl-otop .owl-next {
        right: 0;
    }
    .promote02-section .pr_content .kind {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }
    .promote02-section .pr_item .btn_read {
        top: 10px;
    }
    .link-section .link_item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .knowledge-section .knowledge-box .ico {
        display: none;
    }
    #owl-knowledge .owl-next {
        right: 0;
    }
    #owl-knowledge .owl-prev {
        left: 0;
    }
    #owl-banner .owl-buttons div {
        color: #0d4c77;
    }
    #owl-banner .owl-prev {
        left: 0;
        top: 25%;
    }
    #owl-banner .owl-next {
        right: 0;
        top: 25%;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .promote02-section .pr_item .btn_read {
        width: 85%;
    }
    .promote02-section .pr_content .readmore {
        margin-bottom: 0;
    }
    .promote02-section .pr_content .content {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    #owl-banner .owl-prev {
        top: 30%;
    }
    #owl-banner .owl-next {
        top: 30%;
    }
}

@media (max-width: 1199px) and (min-width: 1025px) {
    .president-section .position {
        margin-bottom: 18px;
    }
    .promote02-section .pr_item .btn_read {
        width: 85%;
        margin-top: 0px;
        top: 5px;
        margin-bottom: -30px;
    }
    .knowledge-section .knowledge-box .ico {
        width: 450px;
    }
}
