
* {
    font-family:"微軟正黑體", "新細明體";
}
h1, h2, h3, h4, h5, h6 {
    font-family: "微軟正黑體", "新細明體";
}
body {
    font-size: 16px;
    line-height: 1.4666666667;
    color: #000000;
    background-color: #ffffff;
    font-weight: 400;
}
.navbar-toggle-text{
    float:right;
}
.navbar-toggle-text span{
    color:#757575;
    display: inline;
}
.navbar-toggle-icon{
    float:left;
    padding-top: 5px;
    padding-right: 5px; 
}
.header {
    /* border-top: 1px solid #c7983e; */
    border-top: 1px solid #C10066;
    border-bottom: 2px solid #f1f1f1;
    background-color: #FF1493;
}
.header-top.colored {
    background-color: #C10066;
    border-bottom: 1px solid #C10066;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}

@media (min-width: 768px) {
.navbar-default .navbar-nav > li > a {
    color: #fff100;
}
.dropdown > a:before {
    color: #fff100;
}
}

.blue-bg{
    /* background-color: #964085; */
    background-color:#FF1493;
    color: #cdcdcd;

}
.color-white{
    color:#fff;
}
.btn-yellow{
    color: #3697d9;;
    background-color: #FFEB3B;;
    border-color: #FFEB3B;;
}
.btn-yellow:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.hr-1{
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #cecece;
    border-color: #ddd;
}
.panel-default > .sidebar-active{
    color: #fff;
    /* background-color: #964085; */
    background-color: #FF1493;
    border-color: #ddd;
}
.panel-heading:hover{
    color: #fff;
    /* background-color: #964085; */
    background-color: #FF1493;;
    border-color: #ddd;
}
.panel-heading .panel-title a{
    -webkit-transition:none;
    transition:none;
}
.separator-1 {
    width: 100%;
    margin: 5px auto 5px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.separator-1:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}
.team-member div{
    /*background-color: #FFC107;*/
    background: linear-gradient(#ffca28, #ffde7b);
}
.team-member img{
    box-shadow: 0px 0px 5px #757575;
}

.team-member-group img{
    box-shadow: 0px 0px 0px #757575;
}
.light-gray-bg.team-member-group {
    background-color: #fff;
}
.light-gray-bg.team-member-group:before {
    background-color: #fff;
}
.group_title_icon{
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 100%;    
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 3px;
}
.group_title{
    font-weight: 700;
    color: #545454
}
.form-control-group{
    border-radius:0px;
    line-height:10px; 
    padding:0px;
    padding-top:0px;
    padding-left:6px;
    height:31px;
}
.form-control-group-btn{
    border-radius:0px;
    line-height:10px; 
    padding:0px;
    padding-top:0px;
    padding-left:10px;
    padding-right: 10px;
    height:31px;
}
.news_title{
    font-size: 25px;
    background-color: darkcyan;
    padding: 5px;padding-left: 10px;
    color: #fff;
}
.news_date{
    margin: 5px;
    color: #795548;
    text-align: right;
}
 .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #3697d9;
    color:#fff;
}
.blogpost header {
    padding: 5px 10px 20px;
}

.owl-controls .owl-page span, .owl-controls .owl-page span {
    background: #211e1e;
}

.marquee-1{
    /* background-color: #c7983e; */
    background-color: #C10066;
    color:#fff;
    padding: 6px 0;
}
.marquee-1 .marquee,.marquee-2 .marquee{
    width:100%;
    overflow: hidden;
}
.marquee-1 .marquee span,.marquee-2 .marquee span{
    background-color:#E91E63;
    padding:5px;
    margin-right:10px;
    color:#fff;
}
.marquee-1 .marquee a,.marquee-1 .marquee a{
    margin-right:30px;
    /* color:#000; */
    color:#fff;
}


.marquee-2{
    background-color: #3697d9;
    color:#fff;
    padding: 6px 0;
}
.marquee-2 .marquee{
    width:100%;
    overflow: hidden;
}
.marquee-2 .marquee span{
    background-color:#E91E63;
    padding:5px;
    margin-right:10px;
    color:#fff;
}
.marquee-2 .marquee a{
    margin-right:30px;
    color:#fff;
}

.box-banner{
    background-color:#eeeeee
}

.slider-bg-color {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
}

.slider-border-1 {
    border-left: solid 15px #FF9800;
}

/*google api css*/
#google_translate_element img{
    display:inline;
}
/*end*/