@font-face {
    font-family: 'DBHelvethaica';
    src: url('fonts/db_helvethaica_x_v3.2-webfont.eot');
    src: url('fonts/db_helvethaica_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'), url('fonts/db_helvethaica_x_v3.2-webfont.woff') format('woff'), url('fonts/db_helvethaica_x_v3.2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

li {
    line-height: 24px;
    /*margin-bottom: 10px !important;*/
}

@font-face {
    font-family: 'DBHelvethaica' !important;
    src: url('fonts/db_helvethaica_x_v3.2-webfont.eot')!important;
    src: url('fonts/db_helvethaica_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'), url('fonts/db_helvethaica_x_v3.2-webfont.woff') format('woff'), url('fonts/db_helvethaica_x_v3.2-webfont.ttf') format('truetype'), url('fonts/db_helvethaica_x55_regular.ttf') format('truetype')!important;
    font-weight: 400;
    font-style: normal;
}

.btn {
    font-size: 16px;
}

.panel {
    flex-direction: column;
}

@media screen and (max-width:479px) {
    .topnav {
        display: none;
    }
    .hdcontract {
        display: none;
    }
    .container_logo {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand {
        display: inline-block;
        float: left;
        height: initial;
        padding: 0px 0px;
        font-size: 18px;
        line-height: 20px;
        padding: 0px !important;
        /*position: fixed;*/
    }
    .navbar-brand-img {
        width: 60px;
    }
    section.page-header h1,
    section.page-header h2 {
        margin: 0;
        padding: 0;
        line-height: 43px !important;
        color: #FFF;
    }
    .font_white {
        color: #FFFFFF;
        font-size: 0.2.em !important;
        /*line-height: 1!important;*/
    }
}

@media screen and (max-width:768px) {
    .container_logo {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.container_logo {
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
}

.div_logo1 {
    display: flex;
}

.div_logo1 a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div_logo2 {
    display: flex;
}

.div_logo2 a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div_logo3 {
    display: flex;
}

.div_logo3 a {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar {
    z-index: 2048;
    background-color: #FFFFFF;
}

.navbar-nav {
    background-color: #FFFFFF;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #eb008b !important;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-height: 142px !important;
}

body {
    font-family: DBHelvethaica;
    /*font-family: 'Kanit', sans-serif;*/
    font-weight: 550;
    font-size: 2.1em;
    /*font-size: 2.1em;*/
}

.navbar-brand {
    float: left;
    /* height: 50px; */
    padding: 15px 15px;
    font-size: 20px;
    line-height: 20px;
}

.navbar-default {
    /* background-color: #f8f8f8;*/
    border-color: #FFFFFF;
}

.gbt {
    width: 200px;
    height: 60px;
    font-style: normal;
    font-size: 30px ! important;
    border-radius: 30px;
    text-decoration: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    background: #FF1F1F;
    border-color: #FF1F1F;
    color: #fff;
}

.hdcontract {
    font-family: DBHelvethaica;
    font-size: 2.3em;
    color: #000;
    vertical-align: middle;
    padding: 7px 0 7px 13px;
}

section.page-header h1,
section.page-header h2 {
    margin: 0;
    padding: 0;
    /*line-height: 93px;*/
    color: #FFF;
}

.nav>li {
    color: #999;
    display: block;
    font-size: 22px;
    font-weight: 400;
    padding: 8px 8px 8px 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.nav>ul>li>a {
    font-family: DBHelvethaica;
    font-weight: 400;
    font-size: 1.8em;
}

#header .header-nav-main nav>ul>li>a {
    font-family: DBHelvethaica;
    font-weight: 400;
    font-size: 1.8em;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #EB008B;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    color: #FFF;
}

.font-22 {
    font-size: 22px;
}

header.carousel {
    height: 45%;
}

h5 {
    font-size: 1.1em;
}

.btn-default {
    color: #F52574;
}

.font_white {
    color: #FFFFFF;
    font-size: 0.2.em !important;
}

.font_white a:hover {
    /*color: #FFFFFF;*/
    /*font-size:0.2.em !important;*/
}

#contact {
    font-size: 0.9em;
}

a:focus,
a:hover {
    color: #eb008bc2;
    text-decoration: underline;
    /*font-size:0.2em;*/
}


/*post  share*/

.post-share {
    float: left;
}

post-info {
    font-size: 12px;
}

.post-info a:hover {
    color: #EE5BA0;
}

.post-share span {
    margin-right: 4px;
    font-size: 22px;
    color: #666;
}

.post-share a {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.post-share a.facebook {
    background-color: #507CBE;
}

.post-share a.facebook:hover {
    background-color: #3E68A8;
}

.post-share a.twitter {
    background-color: #63CDF1;
}

.post-share a.twitter:hover {
    background-color: #36BFED;
}

.post-share a.gplus {
    background-color: #F16261;
}

.post-share a.gplus:hover {
    background-color: #EF4545;
}

.post-share a.linkedin {
    background-color: #90CADD;
}

.post-share a.linkedin:hover {
    background-color: #72BBD3;
}

.post-share a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1em;
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #eb008b;
    /* color: #eb008b;*/
    font-size: 18px;
}

html body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a:hover {
    /*color: #eb008b;*/
    font-size: 18px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #CCC;
    color: #CCC;
}

.font_white {
    color: #FFFFFF;
    font-size: 0.2.em !important;
    line-height: 2;
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
    .font_white {
        color: #FFFFFF;
        font-size: 0.2.em !important;
        
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
    .font_white {
        color: #FFFFFF;
        font-size: 0.2.em !important;
    }
}

.menu_student li {
    padding: 5px;
    color: #eb008b!important;
    cursor: pointer;
}

.menu_student li:a:hover {
    color: #eb008bc2 !important;
    cursor: pointer;
}

.menu_student li:a:hover {
    color: #eb008bc2 !important;
    cursor: pointer;
}

.topnav .container ul>li a i {
    border-radius: 50px;
    ;
}

.icon-facebook {
    margin-left: 10px !important;
    margin-top: 4px !important;
}

.set_icon_facebook {
    position: relative;
    background-color: #3b5a9a !important;
    color: #fff !important;
}

.icon-fa-facebook {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px !important;
    color: black;
    /* top: -5px !important;*/
    margin-right: 0px !important;
    padding: 7;
}

.set_icon_youtube {
    background-color: #c3191e !important;
    color: #fff !important;
}

.icon-fa-youtube {
    font-size: 16px !important;
    color: black !important;
    top: -7px !important;
    margin-right: 0px !important;
}

.set_icon_youtube {
    background-color: #c3191e !important;
    color: #fff !important;
}

.icon-fa-youtube {
    font-size: 16px !important;
    color: white !important;
    top: -7px !important;
    margin-right: 0px !important;
    padding: 7px;
}

.set_icon_twister {
    background-color: #1aa9e1 !important;
    color: #fff !important;
}

.icon-fa-twitter {
    font-size: 16px !important;
    color: black;
    top: -5px !important;
    margin-right: 0px !important;
}

.set_icon_twister {
    background-color: #1aa9e1 !important;
    color: #fff !important;
}

.icon-fa-twitter {
    font-size: 16px !important;
    color: black;
    top: -5px !important;
    margin-right: 0px !important;
    padding: 7px;
}

.set_icon_instagram {
    background-color: #7c4a3a !important;
    color: #fff !important;
}

.icon-fa-instagram {
    font-size: 16px !important;
    color: black !important;
    top: -6px !important;
    margin-right: 0px !important;
    padding: 7px;
}

.set_icon_instagram {
    background-color: #7c4a3a !important;
    color: #fff !important;
}

.icon-fa-instagram {
    font-size: 16px !important;
    color: white !important;
    top: -6px !important;
    margin-right: 0px !important;
}

.set_icon_line {
    border-radius: 50%;
    background-color: #009B00 !important;
    font-size: 16px !important;
    color: black !important;
    margin-right: 0px !important;
    padding: 7px;
}

.set_icon_line img {
    text-align: center;
    width: 17px;
    vertical-align: baseline !important;
}

.icon-fa-li2 {
    margin-top: 7px!important;
    margin-right: 1em!important;
}

.list.list-borders li {
    border-bottom: 1px solid #DBDBDB;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.list li {
    margin-bottom: 13px;
}

* .f28 {
    line-height: 30px;
    font-size: 24px;
}

li {
    line-height: 28px;
}

.thumb-info.thumb-info-no-borders,
.thumb-info.thumb-info-no-borders .thumb-info-wrapper,
.thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.thumb-info {
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.thumb-info,
.thumb-info .thumb-info-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
}

@media (max-width: 991px) {
    .thumbnail {
        border: 0;
        text-align: center;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

small {
    font-size: 80% !important;
    line-height: inherit;
}


/*------------------------------------------*/


/*			10 - SideBar Styles
/*------------------------------------------*/

.sidebar {
    margin-bottom: 30px;
}

.sidebar a {
    color: #666;
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar .widget ul {
    margin: 0;
}

.widget-search input[type="search"] {
    position: relative;
    margin: 0;
    float: left;
    height: 37px;
    line-height: 37px;
    width: calc(100% - 38px);
    border-right: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
    background-color: #444;
}

.sidebar .widget h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.sidebar .widget h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #ddd;
    margin: 0;
}

.widget-categories ul li a {
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-categories ul li:first-child a {
    padding-top: 0;
}

.widget-categories ul li a:hover {
    padding-left: 8px;
}

.sidebar .widget-popular-posts li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.sidebar .widget-popular-posts li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
    float: left;
    margin-right: 8px;
    border: 3px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.sidebar .widget-popular-posts .widget-thumb img {
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
    opacity: 0.7;
}

.sidebar .widget-popular-posts .widget-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}

ul,
ol {
    list-style: none;
}


/*---xxx*------ SideBar Styles------------------------------*/

.page-banner {
    padding: 30px 0;
    background: url(https://www.chonburi.spu.ac.th/computer/images/slide-02-bg.jpg) center;
    border-bottom: 1px solid #eee;
}


/*------------------------------------------*/


/*	   breadcrumbs 
/*------------------------------------------*/

.page-banner {
    padding: 30px 0;
    background: url(https://www.chonburi.spu.ac.th/computer/images/slide-02-bg.jpg) center;
    border-bottom: 1px solid #eee;
}

.page-banner h2 {
    font-weight: 500;
    text-transform: uppercase;
}

.page-banner p {
    font-weight: 300;
}

ul.breadcrumbs {
    float: right;
    margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
    margin-top: 4px;
}

ul.breadcrumbs li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #999;
    float: left;
}

ul.breadcrumbs li:before {
    content: '/';
    margin: 0 4px 0 2px;
    color: #bbb;
}

ul.breadcrumbs li:first-child {
    margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0;
}

ul.breadcrumbs li a {
    color: #666;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.title_vision_coop {
    color: #000000;
    font-size: 40px;
}

.page-header {
    padding-bottom: 9px !important;
    margin: 0px 0 20px !important;
    border-bottom: 1px solid #eee !important;
}