@charset "utf-8";


/*  ------------------------Color------------------------  */


/*btn*/

.btn-green {
    color: #fff;
    background-color: #99a079;
}

.btn-green:hover {
    color: #fff;
    background-color: #808567;
}

.btn_line {
    border-radius: 0;
    background-color: transparent;
    border-color: #333;
}

.btn_line:hover {
    color: #fff;
    background-color: #333;
    border-color: transparent;
}

.btn-black {
    color: #fff;
    background: #333;
    border-color: transparent;
    border-radius: 0;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
}

.btn-black:hover {
    color: #fff;
    background: #a1937c;
    border-color: transparent;
}

.btn-black:hover,
.btn-black:focus{
    color: #fff;
}

.btn-black.on{
	color: #fff;
    background: #a1937c;
    border-color: transparent;
}

.btn-arrow {
    /*background: #b5e6e9;
    color: #80a8bb;*/
    background: #3a4b6c;
    color: #ddd;
    osition: relative;
    border-radius: 4px;
    border: none;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    border-radius: 4px;
    border: none;
    /*height: 34px;
    line-height: 33px;
    width: 60px;*/
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 300;
}

.btn-arrow:before {
    content: '';
    display: inline-block;
    border-right: 15px solid #f5f5f5;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    left: -15px;
    top: 0;
}

.btn-arrow:hover {
    background: #4dcce5;
    color: #fff;
}

.btn-arrow:hover:before {
    border-right: 15px solid #4dcce5;
}

.btn-images {
    display: inline-block;
}



/*  ------------------------Header------------------------  */


/*header_style03*/

.header_st3_logo {
    padding: 22px 0;
    margin: auto;
}

.header_st3_logo a {
    display: block;
}

.header_style03 .navbar {
    border: none;
    margin-bottom: 0;
}

.header_style03 .navbar-brand,
.header_style03 .navbar-nav>li>a {
    font-size: 16px;
    color: #694c4b;
}

.header_style03 .navbar-nav>li>a:hover,
.header_style03 .navbar-nav>li>a:focus {
    color: #bcb092;
}

.header_style03 .navbar-brand {
    padding: 5px 15px;
}

.header_style03 .navbar-brand>img {
    max-width: 120px;
    height: auto;
}

.header_style03 .navbar-nav {
    margin: 0;
}

.header_style03 .navbar-nav>li {
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.header_style03 .navbar-nav>li:last-child {
    border-bottom: none;
}

.header_style03 .navbar-collapse {
    background: url('../images/bg.jpg') center center;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: #54b7e6;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a>.small {
    color: #fff;
}

.header_style03 .navbar_topnav {
    padding: 5px 0;
    background: #bcb092;
}

.header_style03 .navbar_topnav .space {
		list-style: none;
		margin-bottom: 0;
		padding-left: 0;
}

.navbar_topnav .space li {
		font-family: 'lato', 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    color: #fff;
}

.navbar_topnav .space a {
    color: #fff;
}

.navbar_topnav .space a:hover, .navbar_topnav .space a:active {
    color: #dcd7c7;
}

.header_style03 .dropdown-menu {
    border: none;
    box-shadow: none;
}

.header_style03 .dropdown-menu>li:last-child {
    border-bottom: none;
}

.header_style03 .dropdown-menu>li>a {
    padding: 15px 20px;
    color: #fff;
    text-align: center;
}

.header_style03 .dropdown-menu>li>a:hover,
.header_style03 .dropdown-menu>li>a:focus {
    background: #222;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: transparent;
}

.header_st3_navbar {
    background: url('../images/bg.jpg') center center;
}

.hover_nav {
    list-style: none;
    margin: 0 auto;
    padding: 20px 0;
}

.hover_nav>li {
    float: left;
    position: relative;
    width: calc(943px / 7);
    padding: 18px 0;
}

.hover_nav>li.active:after {
    content: '\f0da';
    display: inline-block;
    color: #ddd;
    position: absolute;
    top: 32%;
    right: 50px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hover_nav>li.active:hover:after {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hover_nav a {
    display: block;
    color: #3d1e00;
    text-align: center;
}

.hover_nav>li>a:hover,
.hover_nav>li>a:focus {
    color: #bcb092;
    text-decoration: none;
}

.hover_nav>li>a:visited {
    text-decoration: none;
}

.hover_nav>li:hover>ul {
    display: block;
}

.hover_nav .hover_dropdown {
    list-style: none;
    display: none;
    width: 150px;
    clear: left;
    left: 0;
    padding: 0;
    margin-top: 5px;
    position: absolute;
    z-index: 5;
    background: #808175;
}

.hover_nav .hover_dropdown:before {
    content: '\f0d8';
    color: #808175;
    display: block;
    position: absolute;
    text-align: center;
    top: -13px;
    left: 38px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.hover_nav .hover_dropdown li {
    border-bottom: 1px solid #bdb89f;
}

.hover_nav .hover_dropdown li:last-child {
    border-bottom: none;
}

.hover_nav .hover_dropdown li:hover {
    background: #bdb89f;
    position: relative;
}

.hover_nav .hover_dropdown a {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 8px;
}



/*第三層*/

.hover_nav .hover_dropdown li>ul {
    display: none;
    padding: 0;
    list-style: none;
    background: rgba(0, 0, 0, .75);
}

.hover_nav .hover_dropdown li:hover>ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 2px solid #666;
}

.arrow-right {
    position: absolute;
    right: 15px;
    top: 25px;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    width: 1px;
    height: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*Search*/

.searchbox {
    position: relative;
}

.searchbox .navbar-form {
    margin: 0;
    padding: 0;
}

.searchbox .navbar-form .form-control {
    height: auto;
    font-size: 13px;
    padding: 5px 26px 5px 26px;
    border: 2px solid #1e73be;
    border-radius: 15px;
}

.btn_icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn_icon i {
    color: #1e73be;
}



/*  ------------------------Title Set------------------------  */


/*  ------------------------List Set------------------------  */

.media {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.media li {
    font-family: 'lato', 'Microsoft YaHei', sans-serif;
    font-size: 13px;
    color: #fff;
    float: left;
}

.media a {
    color: #fff;
}

.media a:hover,
.media a:active {
    color: #dcd7c7;
}

.media a.iconfont_size i {
    font-size: 16px;
    vertical-align: text-bottom;
}

.media a.facebook {
    font-size: 20px;
    vertical-align: -2px;
}

.media a.facebook:hover {
    color: #3b5998;
}

.media a.google {
    font-size: 16px;
}

.media a.google:hover {
    color: #db4437;
}

.media a.lang {
    font-size: 20px;
    vertical-align: -2px;
}

.media a.lang:hover {
    color: #db4437;
}

.media a.btns {
    font-style: 12px;
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
}



/*  ------------------------Contact Form------------------------  */

.contact_form label {
    font-weight: normal;
    color: #aaa;
}

.member_form input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input:-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

.member_form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.member_form input:focus:-moz-placeholder {
    color: transparent;
}

.member_form input:focus::-moz-placeholder {
    color: transparent;
}

.member_form input:focus:-ms-input-placeholder {
    color: transparent;
}

.member_form i {
    color: #4dcce5;
    margin-right: 5px;
    font-weight: normal;
}

.member_form .input-group-addon {
    font-weight: 300;
    background-color: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 4px 0 0 4px;
}

.member_form .form-control {
    border: 1px solid #eee;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.member_form .member_select_three select,
.member_form .member_select_two select {
    color: #aaa;
    font-weight: 300;
}

.member_form .member_select_two select {
    width: calc(100%/2);
    border-bottom: none;
    border-right: none;
}

.member_form .member_select_three select {
    width: calc(100%/3);
    border-right: none;
}

.member_form .member_select_three select:last-child,
.member_form .member_select_two select:last-child {
    border-right: 1px solid #eee;
}



/*  ------------------------Table------------------------  */


/*  ------------------------Footer------------------------  */

footer {
    margin-top: 18vh;
}

.footerBox {
    background: #bcb092;
    color: #fff;
}

.copy_box {
    border-top: 1px solid #cec2a6;
}

.copyright_list {
    list-style: none;
    font-weight: 300;
    margin-bottom: 0;
}

.copyright_list li {
    text-align: center;
}

.copyright_list a {
    color: #fff;
}

.copyright_list a:hover,
.copyright_list a:focus {
    color: #dcd7c7;
}

.copyright {
    margin: 0;
    padding: 10px 0;
    font-weight: 300;
}

.copyright .web_author {
    color: #726951;
}

.copyright .web_author a {
    color: #726951;
}

.copyright .web_author:hover {
    color: #a94442;
}



/*  ------------------------Gird------------------------  */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}



/*  ------------------------Page------------------------  */

.pagebox {
    width: 290px;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
}

.pagebox li {
    margin-bottom: 10px;
    display: inline-block;
}

.pagebox li:last-child {
    margin-right: 0;
}

.pagebox a {
    font-size: 14px;
    color: #fff;
    background: #333;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 0;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
}

.pagebox a:hover {
    color: #fff;
    background: #a1937c;
}

.pagebox .on a {
    color: #fff;
    background: #a1937c;
}



/*  ------------------------clearfix------------------------  */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*For IE 6&7 only*/
}