@charset "UTF-8";

/*!*****************************************
*****************Copyright (c) 2016 by yuchen.***************
************************************************************/
h2,
h3,
h4 {
    font-size: 16px;
}

body {
    background: url(../../images/bg.jpg) center center no-repeat #ffd54b;
    font-family: Futura Lt BT, Microsoft JhengHei, Orator Std, sans-serif;
    color: #4e4e4e;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: Orator Std, Microsoft JhengHei, sans-serif;
    color: #4e4e4e;
    line-height: 30px;
}

.lead,
h3 {
    line-height: 24px;
    font-weight: 400;
}

h1 {
    font-size: 36px;
    color: #333;
}

h3 {
    color: #787878;
}

p {
    font-size: 14px;
}

a {
    color: #222;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:focus,
a:hover {
    color: #c1657d;
    text-decoration: none;
}

.clear {
    clear: both;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:focus,
.btn-primary:hover {
    background: #c52d2f;
    outline: 0;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: 0 0;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, .5);
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 8px 15px;
    font-size: 28px;
    color: #fddb8f;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
}

.hvr-underline-from-center,
.navbar-inverse .navbar-nav>li>a,
.partners ul li,
.social-fb,
ul.social-fb li,
ul.social-fb li a {
    display: inline-block;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

.center {
    text-align: center;
    padding-bottom: 0;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: rgba(255, 212, 129, .5);
    line-height: 28px;
}

.top-number {
    color: #000;
}

.top-number p {
    margin: 0;
}

.social {
    text-align: right;
}

#footer,
#partner,
.feature-wrap i,
.footer p,
.recent-work-wrap .overlay .preview,
ul.social-fb li a {
    text-align: center;
}

.social-fb {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-fb li a {
    color: #fff;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
}

ul.social-fb li a:hover {
    background: #1e51a2;
    color: #3269c0;
}

ul.social-fb img {
    margin-top: 2px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.navbar-brand {
    padding: 0 0 0 220px;
    margin: 0;
}

@media(max-width:1919px) {
    .navbar-brand {
        padding: 0;
        margin: 0;
    }
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background-image: #fff url(../../images/navbg.jpg);
    padding: 5px 0;
}

.navbar-nav {
    margin-top: 12px;
}

.navbar-nav>li {
    margin-left: 0;
    padding-top: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    border-radius: 3px;
    color: #767676;
    line-height: 24px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #767676;
    background-color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #000;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.active>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a {
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.dropdown-menu p {
    color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}

.feature-wrap h2 {
    margin-top: 10px;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}

.feature-wrap i {
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px 25px 3px 3px;
    border-radius: 100%;
    line-height: 110px;
    background: #fff;
    color: #c52d2f;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
}

.feature-wrap i:hover {
    background: #c52d2f;
    color: #fff;
    box-shadow: inset 0 0 0 5px #c52d2f;
    -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
    border: 3px solid #c52d2f;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

@media screen and (min-width:1200px) {
    #recent-works {
        padding-bottom: 160px;
    }
}

.recent-work-wrap {
    position: relative;
}

#footer,
#services {
    position: absolute;
}

.recent-work-wrap img {
    width: 100%
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: 0 0;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3 {
    margin: 25%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.recent-work-wrap .recent-work-inner h3 a {
    font-size: 24px;
    color: #fff;
}

.recent-work-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 600px;
    background: rgba(170, 165, 160, .9);
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 30px;
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: 0 0;
    color: #fff;
}

#services,
.footer {
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

#services {
    background-color: #fff;
    background-position: top;
    top: 70vh;
    width: 100%;
    z-index: 100;
    padding: 80px 0 0;
}

#partner,
#partner h2,
#partner h3,
#services .lead {
    color: #fff;
}

.footer,
.footer a:link,
.footer a:visited {
    color: #000;
}

.partners ul {
    padding: 0;
    margin: 0;
    background-color: #3e3c3b;
}

.partners ul li {
    float: left;
    width: 33.3333333333333%;
    background-color: #545454;
}

@media(max-width:992px) {
    .partners ul li {
        display: inline-block;
        float: left;
        width: 100%
    }
}

.footer {
    background-image: url(../../images/footer.jpg);
    background-position: bottom;
    min-height: 318px;
    padding-top: 300px;
}

@media screen and (max-width:992px) {
    .footer {
        min-height: 100px;
        color: #000;
        padding-top: 50px;
    }
}

#footer,
#footer a,
.footer a:hover {
    color: #fff;
}

#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: 0 0;
    font-size: 12px;
    bottom: 20%
}

#footer a:hover {
    color: #278a66;
}

.hvr-underline-from-center {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #1494d4;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}

/**********************************
******************activity******
**********************************/
#services-content2 {
    margin: 0 auto;
    padding: 0px;
    background: url(../../images/acbanner.jpg) center center no-repeat;
    background-size: cover;
    max-width: 100%;
    text-align: center;
}

#services-content2 .banner {
    padding: 4%;
}

.banner img {
    display: inline-block;
}

#services_ac {
    background-color: #ffe8a2;
    padding-bottom: 50px;
}

#services_ac h1 {
    font-size: 20px;
    color: #858585;
    font-weight: 700;
}

#services_ac p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

#services_ac p a:hover {
    color: #fff;
}

#services_tour {
    background-color: #ffe8a2;
}

#tourmain {
    background-color: #fff;
    padding-top: 1%;
    padding-bottom: 50px;
}

#tourmain .left_sce {
    width: 100%;
}

.tourcontent {}

.ac {
    margin: 3% 0 5%;
    text-align: center;
}

.ac ul {
    padding: 1% 0 3% 0;
    margin: 0 auto;
}

.ac ul li {
    background-image: url(../../images/title2.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 17%;
    list-style: none;
    padding: 20px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    vertical-align: middle;

}

.ac a {
    font-size: 25px;
    font-weight: 700;
    color: #ffae00;
    transition: all .3s;
}

.ac a:hover {
    color: #807f7c;
}

.ac2 {
    text-align: center;
    margin: 3% 0 0 0;
}

.acad {
    margin: 5% 0 3%;
}

.acad p {
    text-align: right;
    padding-right: 5%;
}

.acbg {
    /*background-color: #fff;*/
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 20px;
    padding-top: 2%;
}

.actext {
    margin-top: 0 !important;
}

.tour {
    margin: 1% 0;
}
/*#services_text .active {
    background:transparent!important;
}*/
@media(max-width:1200px) {
    .ac ul li {
        width: 17%;
        padding: 10px;
    }

    .ac a {
        font-size: 17px;
    }

}

@media(max-width:992px) {
    .ac ul li {
        width: 27%;
        left: 0;
        margin-bottom: 1%;
        padding: 15px;
    }

    .ac a {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    #services_ac p {
        font-size: 16px;
    }

    .ac ul li {
        width: 25%;
        padding-bottom: 3%;
    }

    .ac a {
        font-size: 19px;
    }
}

@media(max-width:576px) {
    .ac a {
        font-size: 21px;
    }

    .ac ul li {
        width: 42%;
        padding: 19px;
    }
}

@media(max-width:450px) {
    .ac ul li {
        width: 44%;
        padding: 13px;
    }

    .ac a {
        padding: 17px;
		font-size: 15px;
    }

    .ac2 {
        margin: 8% 0 11% 0;
    }

    .tour ul li {
        padding: 0;
    }
    #house img {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.acad img {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 400px) {
    .ac ul li {
        width: 42%;
        padding: 5px;
        margin-bottom: 4%;
    }

    .ac a {
        font-size: 12px;
    }

    .tour ul li {
        padding: 0;
        margin-bottom: 0%;
    }

    .tour a {
        padding-top: 7px;
    }
}

/*---filter_block--------------------------------------------------------------------------------------------------------------------------*/
/*adblock*/
.adblock {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.filter_block {
    position: relative;
    text-align: center;
}

.fliter_inner {}

.filter_block .active {
    background: #fff !important;
}

.filter_block img {
    max-width: 100%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    transition: all .5s;
}

.filter_block .col-md-3,
.filter_block .col-sm-4,
.filter_block .col-xs-6 {
    padding: 0 10px 20px 10px;
}

.filter_block a {}

.filter_block a:hover {
    animation: imgflash 1.5s ease-in-out;
    color: #000;
}

/*imgflash*/
@keyframes imgflash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.a_area img,
.f_area img {
    -webkit-filter: drop-shadow(-2px 2px 1px rgba(51, 51, 51, .2));
    filter: drop-shadow(-2px 2px 1px rgba(51, 51, 51, .2));
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .0);
}

.a_area .col-md-3 {
    width: 16.6%;
}

.d_area {
    column-width: 240px;
    -webkit-column-width: 240px;
    -moz-column-width: 240px;
    vertical-align: top;
}

.d_area .col-md-3,
.d_area .col-md-4,
.d_area .col-md-6 {
    width: 100%;
}

.d_area a {
    transition: .3s ease-in-out;
}

.d_area a:hover {
    animation: none;
}

@media screen and (max-width: 1200px) {
    .a_area .col-md-3 {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .a_area .col-md-3 {
        width: 33%;
    }
}

@media screen and (max-width: 500px) {
    .filter_block .col-xs-6 {
        width: 50% !important;
    }

    .d_area .col-xs-6 {
        width: 50% !important;
    }

    .filter_block .col-md-3,
    .filter_block .col-sm-4,
    .filter_block .col-xs-6 {
        padding: 5px;
    }

    .a_area .col-md-3 {
        width: 50% !important;
    }
}