@charset "UTF-8";

body {
    color: #515151;
    background-color: #fff;
    font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體', '新細明體', sans-serif;
}

a {
    color: #428bca;
}

a:hover, a:focus {
    color: #2a6496;
}

p {
    line-height: 1.6em;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

img.member_photo {
    width: 80px;
}

table {
    /*table-layout: fixed;*/
    word-break: break-all;
}

.dp_table {
    display: table;
    width: 100%;
}
.dp_table_row {
    display: table-row;
}
.dp_table_cell {
    display: table-cell;
    float: none !important;
    vertical-align: top;
}
.bg_white {
    background-color: #fff;
}
.large_padding {
    padding-left: 40px;
    padding-right: 40px;
}
.text-indent {
    text-indent: 2em;
}
.border_info {
    padding: 10px 20px;
    border-left: 5px solid #00b6ff;
    background-color: #eafaff;
    margin-top: 20px;
}
.border_info h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.under_line {
    height: 12px;
    margin-bottom: 20px;
    background: url(../images/under_line.png) repeat-x;
    background-position: 0 2px;
    border-bottom: 1px solid #ddd;
}
.wrap {
    width: 80%;
    /*max-width: 1170px;*/
    margin: 0 auto;
}
.no_bm {
    margin-bottom: 0;
}
.vab {
    vertical-align: bottom;
}
.pt-20 {
    padding-top: 20px;
}


/*slider*/
.carousel-inner {
    margin-bottom: 0;
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
}
.carousel-inner > .item {
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#33000000", endColorstr="#33000000");
    /*height: 400px;*/
    background-size: cover !important;
    background-position: center !important;
    padding-top: 35%;
}
:root .carousel-inner > .item { filter:none; }
.carousel-inner > .item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-caption {
    left: 0;
    right: 0;
    bottom: 65px;
    opacity: 0.9;
    text-shadow: none;
}
.carousel-caption .container {
    position: relative;
}
.carousel-caption h3 {
    font-size: 24px;
    margin: 0;
    font-weight: 100;
    text-align: left;
}
.slide_more {
    position: absolute;
    right: 15px;
    bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    opacity: 0.9;
    width: 130px;
    height: 40px;
}
.slide_more a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 38px;
    transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
}
.slide_more a:hover,
.slide_more a:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#33FFFFFF", endColorstr="#33FFFFFF");
}
:root .slide_more a:hover { filter:none; }
:root .slide_more a:focus { filter:none; }

.slide_more .more_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#33FFFFFF", endColorstr="#33FFFFFF");
}
:root .slide_more .more_bg { filter:none; }
/*.indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}
.indicators .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    opacity: 0.9;
    padding: 18px 0 20px;
}
.indicators .carousel-indicators li {
    text-indent: 0;
    padding: 5px;
    margin: 0 40px;
    border-radius: 0;
    width: auto;
    height: auto;
    color: #fff;
    border: none;
}
.indicators .carousel-indicators li.active {
    background-color: transparent;
}
.indicators_layout {
    position: relative;
}*/
.slide_line {
    position: absolute;
    top: -7px;
    color: #fff;
    margin: 0 40px;
    transition: left 500ms ease;
    -webkit-transition: left 500ms ease;
    text-align: center;
}
.slide_line i {
    font-size: 22px;
    display: inline-block;
}
.controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
}
.controls .carousel-control {
    position: static;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-image: none;
    background-color: rgba(0,0,0,.3);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#4C000000", endColorstr="#4C000000");
    text-shadow: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
:root .controls .carousel-control { filter:none; }
.controls .carousel-control i {
    line-height: 60px;
}
.controls .carousel-control:hover,
.controls .carousel-control:focus {
    background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#99000000", endColorstr="#99000000");
}
:root .controls .carousel-control:hover { filter:none; }
:root .controls .carousel-control:focus { filter:none; }
.controls .carousel-control.left {
    float: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.controls .carousel-control.right {
    float: right;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#index_slider {
    overflow: hidden;
    background-color: #fff;
}
#index_slider.slider_close .carousel-inner {
    margin-bottom: -100%;
}
/*#index_slider .carousel-inner > .item {
    background-size: cover !important;
}*/


/*top_menu*/
.top_bar {
    background-color: rgba(0,0,0,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#E5000000", endColorstr="#E5000000");
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
:root .top_bar { filter:none; }
.top_menu {
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0;
}
.top_menu li {
    float: left;
    padding: 8.5px 0;
}
.top_menu li a {
    color: #b1b1b1;
    text-decoration: none;
    box-shadow: 1px 0px 0px #4a4a4a;
    font-weight: bolder;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000;
    display: block;
    padding: 0 7px;
    border-right: 1px solid #969696;
    line-height: 13px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top_menu li a:hover {
    color: #fff;
}
.top_menu .search {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top_menu .search #search {
    float: left;
}
.top_menu .search #s {
    width: 125px; margin-left: 10px; border: none; background: none; color: #000000; font-family: Arial;
    background-color: #cacaca;
    float: left;
    padding: 2px 10px;
    line-height: 16px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.top_menu .search #s:focus,
.top_menu .search #r:focus {
    outline: none;
}
.top_menu .search #r {
    width: 25px;
    height: 20px;
    float: left;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    text-align: center;
    line-height: 20px;
    background-color: #cacaca;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top_menu .search #r:hover {
    color: #000;
}


/*header*/
.top_bg {
    height: 123px;
    background-color: #002146;
}
.header_bg {
    height: 450px;
    background: url(../images/index_header_bg.jpg) no-repeat;
    background-size: auto 100%;
    margin-top: -73px;
}
#header {
    background-color: #eee;
}
.navbar {
    margin-bottom: 0;
}
.navbar > .wrap {
    width: 100% !important;
}
.navbar-default {
    background-color: rgba(238,238,238,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#E5EEEEEE", endColorstr="#E5EEEEEE");
    border: none;
    border-bottom: 4px solid #00aeab;
}
:root .navbar-default { filter:none; }
.logo_02 {
    padding-top: 83px;
    padding-left: 210px;
}
.logo_02 img {
    height: 60px;
}
.navbar-brand {
    padding: 20px 0;
}
.navbar-brand > img {
    margin-top: -92px;
    width: 130px;
}
.navbar.fixed .navbar-brand > img {
    width: 104px;
    margin-top: -65px;
    margin-left: 83px;
}
.navbar-toggle {
    margin-top: 17px;
    margin-bottom: 17px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1274ad;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #1274ad;
}
.navbar-toggle.collapsed .icon-bar {
    background-color: #98978b;
}
.navbar .nav > li > a {
    color: #636161;
    border-top: 3px solid transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #636161;
    border-color: #1274ad;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #605f54;
    font-size: 13px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #636161;
    border-color: #1274ad;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #636161;
    border-color: #1274ad;
}
.navbar-nav li .dropdown-menu {
    width: 200px;
    background-color: rgba(255,255,255,.9);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#E5FFFFFF", endColorstr="#E5FFFFFF");
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
    border: none;
    border-bottom: 5px solid #1274ad;
    border-radius: 0;
    -moz-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38) !important;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38) !important;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.38) !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
:root .navbar-nav li .dropdown-menu { filter:none; }
.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #636161;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: normal;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #1274ad;
    padding-left: 18px;
}
.navbar.fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 50px;
    width: 100%;
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > a > i {
    line-height: 22px;
    font-size: 16px;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu.open > a.dropdown-toggle {
    color: #fff;
    background-color: #1274ad;
    padding-left: 18px;
}
/*.dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    float: right;
}*/
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}


/*side_menu*/
.side_menu {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 4px solid #00aeab;
}
.side_menu li {
    float: none;
}
.side_menu > li > a {
    padding: 10px;
    color: #636161;
    font-size: 14px;
}
.side_menu > li > a:hover,
.side_menu > li > a:focus {
    padding: 10px;
    color: #00aeab;
}
.side_menu > li.active a {
    color: #00aeab;
    background-color: #f8f5f0;
}
.side_menu .dropdown-menu {
    position: static;
}
.side_menu > li > .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: none;
    border-bottom: none;
}
.side_menu .dropdown-menu > li > a {
    color: #636161;
    font-size: 13px;
    padding: 5px 20px;
}
.side_menu .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #1274ad;
}
.side_menu .nav .open > a, .side_menu .nav .open > a:hover, .side_menu .nav .open > a:focus {
    background-color: #1274ad;
}
.side_menu.navbar-nav {
    margin: 0 0 20px;
}


/*page_content*/
.page_content {
    padding: 10px 0 40px;
    min-height: 300px;
}
.page_content .page_title {
    font-weight: normal;
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background-color: #fff;
}
.breadcrumb a {
    color: #428bca;
}

/*section*/
.section_content {
    width: 100%;
}
.left_space {
    width: 70px;
    float: left;
    background-color: #eceff2;
}
.middle_content {
    float: left;
}
.right_menu {
    width: 234px;
    float: left;
    overflow: hidden;
    background: url(../images/index_right_bg01.png) no-repeat bottom;
    vertical-align: top;
}
.main {
    margin-top: -300px;
}
.section_content h3 {
    color: #00535f;
    font-size: 20px;
    /*font-weight: bold;*/
}
.section_content h3.page_title {
    margin: 0;
    padding: 20px 10px 10px;
    min-height: 52px;
}
.entry {
    margin-bottom: 10px;
}
.entry-image {
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.entry-image img {
    width: 100%;
}
.entry-title h4 {
    font-weight: bold;
}
.more_link {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

/*controller_bar*/
.controller_bar {
    width: 100%;
    background-color: #171717;
}
.controller_bar h4 {
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    line-height: 40px;
    margin: 0;
}
.controller_bar ul {
    list-style: none;
    margin-bottom: 0;
}
.controller_bar ul li {
    float: left;
    border-left: 2px solid #aaa;
}
.controller_bar ul li a {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
}
.controller_bar a {
    color: #fff;
}
.controller_bar a:hover {
    color: #aaa;
}


/*nav-tabs*/
.nav-tabs > li > a {
    font-size: 14px;
}
.tab-content {
    padding: 15px 0;
}
.news_item {
    margin-bottom: 10px;
}
.news_date {
    width: 55px;
    text-align: center;
}
.news_day {
    display: block;
    color: #434343;
    background-color: #f6f6f6;
    border: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 30px;
}
.news_month {
    display: block;
    color: #f6f6f6;
    background-color: #434343;
    border: 1px solid #323232;
    font-size: 12px;
    line-height: 20px;
}
.news_content {
    padding-left: 20px;
}
.news_content h5 {
    display: inline-block;
    text-decoration: underline;
    margin-top: 0;
}
.news_content h5 a {
    color: #444;
    line-height: 1.5em;
}
.news_content h5 a:hover {
    color: #000;
}
.news_category {
    display: block;
    color: #25838b;
    margin-bottom: 10px;
    font-style: italic;
}
.thumbnail {
    padding: 0;
    border-radius: 0;
    border: 1px solid #e1e5e4;
    background-color: #fff;
}
.thumbnail h3 {
    font-size: 18px;
    margin-top: 5px;
}
.thumbnail p {
    margin-bottom: 10px;
}


/*scence*/
.scence {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.scence a {
    display: block;
}
.scence img {
    width: 40%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scence .text_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -40%;
    background-color: #00656f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scence a:hover .text_block {
    right: 0;
}
.scence a:hover img {
    margin-left: -40%;
}
.text_block h4 {
    padding: 10px 20px;
    color: #fff;
}
.link_button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.3);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#4C000000", endColorstr="#4C000000");
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
:root .link_button { filter:none; }


/*quick links*/
#quick_links {
    /*padding-top: 20px;*/
    margin-left: 100%;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#quick_links.open {
    margin-left: 0;
}
#quick_links > div {
    width: 234px;
}
.panel {
    background-color: rgba(255,255,255,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#7FFFFFFF", endColorstr="#7FFFFFFF");
}
:root .panel { filter:none; }
.panel-default > .panel-heading {
    background-color: rgba(248,245,240,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#7FF8F5F0", endColorstr="#7FF8F5F0");
}
:root .panel-default > .panel-heading { filter:none; }
.panel .panel-heading, .panel .panel-title {
    font-size: 14px;
}
.panel-title > a:hover,
.panel-title > a:focus {
    text-decoration: none;
    color: #1d1c13;
}
#quick_links ul {
    padding-left: 20px;
    list-style-image: url(../images/icon_hole.png);
}
#quick_links ul li {
    padding: 5px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#quick_links ul li a {
    color: #444;
    display: block;
    line-height: 1.6em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#quick_links ul li a:hover {
    color: #000;
}
#quick_links li:hover {
    list-style-image: url(../images/icon_hammer.png);
}
.panel-group .panel,
.panel-group .panel + .panel {
    margin-top: 0;
    border-radius: 0;
    border-top: none;
}
.panel-group .panel:first-child {
    border-top: 1px solid #dfd7ca;
}
.panel-title > a {
    display: block;
    color: #48473d;
    font-weight: bold;
}
.panel-title > a[data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    float: right;
}
.panel-title > a[data-toggle="collapse"][aria-expanded="true"]:after {
    content: "\f0d8";
}
.has_sub > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    float: right;
}
.has_sub.active > a:after {
    content: "\f0d8";
}
.sub_menu2 {
    display: none;
}


/*footer*/
#section-footer {
    color: #fff;
    line-height: 2em;
}
#section-footer a {
    text-decoration: underline;
}
.footer_contact {
    background-color: #367a8c;
    padding: 20px 0;
}
.footer_contact h3 {
    border-bottom: 1px dotted #fff;
    line-height: 1.6em;
}
a.contact_link {
    color: #93c54b;
}
a.contact_link:hover {
    color: #79a736;
}
.copyright {
    background-color: #306f80;
    padding: 10px 0;
}


/*page*/
.banner {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 236px;
}
.banner_img {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 236px;
}
.banner.banner_close {
    height: 0 !important;
}


/*old style*/
.page_content h3 {
    color: #092c4b;
    font-size: 18px;
    font-weight: 700
}

.page_content img {
    margin-bottom: 10px;
}

.page-header {
    padding-bottom: 0px;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
h1.page-header {
    font-size: 24px;
}

.page_content h4 {
    color: #092c4b;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700
}

.page_content p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify;
}

.page_content p.western span {
    line-height: 1.6em;
}

.title {
    font-size: 16px;
    margin: 10px 0;
    color: #092c4b;
    font-weight: bold;
}

.schooling {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #092c4b;
    font-size: 16px !important;
}

#title_bar {
    background-color: #F0F8FF;
    padding: 0;
    border: 1px;
    letter-spacing: 2px;
    border-top-color: #BEC49E;
    border-top-style: dotted;
    border-bottom-color: #BEC49E;
    border-bottom-style: dotted;
    margin: 0px 0px 8px 0px;
    font-size: 1.1em;
}

#title_bar h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#news_header {
    margin: -7px 0px 0px 0px;
    padding: 10px 10px 30px 10px;
    background-color: #FFFFE1;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    min-height: 50px;
    height: auto;
}

#news_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#news_header ul li {
    padding: 2px 0;
}

#news_header ul li h5 {
    font-size: 16px;
    font-weight: bold;
}


#header {
    margin: -7px 0px 0px 0px;
    padding: 10px 10px 30px 10px;
    background-color: #FFFFE1;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    min-height: 50px;
    height: auto;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header ul li {
    padding: 2px 0;
}

#header ul li h5 {
    font-size: 16px;
    font-weight: bold;
}

#header_03 {
    margin: -7px 0px 0px 0px;
    padding: 10px 10px 30px 10px;
    background-color: #FFFFE1;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    min-height: 50px;
    height: auto;
}

#header_03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header_03 ul li {
    padding: 2px 0;
}

#header_03 ul li h5 {
    font-size: 16px;
    font-weight: bold;
}

#article {
    margin: 0px 10px;
    padding: 10px 0px 20px 0px;
}

#attachment {
    margin: 0px 10px;
}

#attachment p {
    margin: 10px 0;
    padding: 0;
    border-bottom: #969599 1px dotted;
    color: #669999;
}

/*table*/
.table-bordered {
    border: 1px solid #ddd !important;
}
.table-header {
    margin: 0;
    padding: 10px;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #F8F8FF !important;
    /*border: 1px solid #666666;
    border-bottom: none;*/
    background: #3775B1;
}
.table-bordered.noborder {
    border: none !important;
}
table th {
    white-space: nowrap;
    background-color: #D4E3F0 !important;
}
table tr {
    background: #F6F7EA;
}
table tr.alt {
    background: #F1F1F1;
}
table th.role {
    min-width: 80px;
    width: 80px;
}
table th.name {
    min-width: 100px;
    width: 100px;
}
table th.portrait {
    min-width: 150px;
    width: 150px;
}
table th.ext {
    min-width: 80px;
    width: 80px;
}
table th.email {
    min-width: 80px;
    width: 80px;
}
table th.width_150 {
    min-width: 150px;
    width: 150px;
}
table th.w_70px {
    min-width: 70px;
    width: 70px;
}
.width_400 {
    width: 400px;
}

.table td > img {
    width: 100%;
}

.table tr td p:last-child {
    margin-bottom: 0;
}


/*sitemap*/
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}


@media screen and (max-width: 1199px) {
    .large_padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .copyright {
        text-align: center !important;
    }
    .copyright .text-right {
        text-align: center;
    }
    .carousel-inner > .item {
        padding-top: 36%;
    }
}

@media screen and (max-width: 991px) {
    .entry-image {
        width: 100%;
    }
    .rm-table-sm {
        display: block;
    }
    .rm-table-sm > .dp_table_cell {
        display: block;
        float: left;
    }
    .enlarge-md.dp_table_cell {
        display: block;
        float: left;
    }
    .banner, .banner_img {
        height: 176px;
    }
}

@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 0;
    }
    .navbar {
        border-radius: 0;
    }
    .navbar-collapse {
        padding-left: 0;
    }
    .navbar .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-fluid {
        display: table;
        width: 100%;
        padding: 0;
    }
    .navbar-header,
    .navbar-collapse {
        display: table-cell;
        float: none;
    }
    .navbar-header {
        width: 150px;
    }
    .fixed .navbar-header {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .top_menu .search #s {
        width: 110px;
    }
    .logo_02 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .navbar-default {
        background-color: rgba(238,238,238,1);
        filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#FFEEEEEE", endColorstr="#FFEEEEEE");
    }
    :root .navbar-default { filter:none; }
    .navbar-collapse {
        max-height: 400px;
        overflow-y: auto;
    }
    .navbar-brand {
        display: none;
    }
    .navbar.fixed .navbar-brand > img {
        margin-left: 0;
    }
    #bs-example-navbar-collapse-1 .dropdown-toggle > .caret {
        float: right;
        margin-top: 7px;
    }
    .navbar-nav .open .dropdown-menu {
        margin: 0 0 5px 15px;
        border-bottom: 5px solid #1274ad;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
        padding-left: 28px;
        padding-right: 7px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #1274ad;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-submenu.open > a.dropdown-toggle {
        padding-left: 28px;
    }
    /*.navbar-nav .open .dropdown-menu .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header {
        padding-left: 35px;
    }*/
    /*.navbar-default .navbar-nav .dropdown-menu .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .dropdown-menu .dropdown-menu > li > a:focus {
        padding-left: 38px;
    }*/
    .banner, .banner_img {
        height: 228px;
    }
    .rm-table-xs {
        display: block;
    }
    .rm-table-xs > .dp_table_cell {
        display: block;
        float: left;
    }
    .enlarge-sm.dp_table_cell {
        display: block;
        float: left;
    }
    .right_menu {
        background-image: none;
        width: 100%;
    }
    #quick_links > div {
        width: 100%;
    }
}

@media (max-width:575.98px) {
    .carousel-inner > .item {
        padding-top: 38%;
    }
}
@media (min-width:1400px) {
    .header_bg {
        background-position: right;
    }
}
