.index-one {
    background: #007a8f;
    color: #fff;
    padding: 35px 0 20px 0
}

.index-search {
    position: relative;
    margin-bottom: 20px
}

.one-describe {
    font-size: .9em;
    line-height: 1.45em;
    margin-bottom: 10px;
    /* padding-left: 85px; */
}

.index-search .form-control {
    border-radius: 50px;
    height: 66px;
    color: #fff;
    font-size: 1.1em;
    border: 1px solid rgba(255, 255, 255, .6)
}

.index-search .form-control:hover,
.index-search .form-control:focus {
    border: 1px solid #fff
}

.index-search input.form-control::placeholder {
    color: #fff
}

.index-search button {
    background: #f97d0f;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 28px;
    text-align: center
}

@media(min-width:760px) {
    .index-search button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100px;
        border-radius: 0 50px 50px 0;
    }
}

@media(max-width:760px) {
    .index-search button {
        margin-top: 20px;
        height: 60px;
        line-height: 60px;
        width: 100%;
        border-radius: 50px;
    }

    .one-box {
        position: relative;
        height: 310px;
        margin-bottom: 20px
    }
}

.one-a {
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    right: 15px;
    z-index: 2;
    height: 310px;
    border-radius: 10px;
    transition: all ease .4s;
    padding: 20px;
    color: #fff
}

.one-item {
    position: absolute;
    bottom: 20px;
    left: 15%;
    right: 15%
}

.one-a:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    box-shadow: 0 0 20px #777;
    color: #fff
}

.one-a .read-more {
    display: inline-block;
    padding: 5px 15px;
    line-height: 1.5em;
    background: #fff;
    color: #007a8f;
    border: 0
}

.one-a:focus .read-more,
.one-a:hover .read-more {
    background: #007a8f;
    color: #fff
}

.index-two.container {
    margin: 120px auto 80px auto
}

.index-two .index-title {
    text-align: left;
    line-height: 1.3em
}

.index-two .index-title>span {
    display: block;
    font-size: 1.65rem;
    color: #777
}

.index-two .index-title:before {
    left: 0;
    margin-left: 0
}

.index-title {
    font-size: 2.8rem;
    color: #2b4b50;
    text-align: center;
    margin-bottom: 30px;
    position: relative
}

.index-title:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 4px;
    background: #007a8f;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -15px
}

.index-des {
    color: #444d4e;
    margin-bottom: 30px
}

.index-seven {
    margin-bottom: 50px;
}

@media(min-width: 992px) {
    .index-seven .row {
        margin-right: -20px;
        margin-left: -20px;
        display: flex;
        flex-wrap: wrap;
    }

    .index-seven div[class*='col-md'] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.index-seven div[class*='col-md'] {
    margin-bottom: 30px;
}

.index-seven .nav-tabs {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    border: none;
}

.index-seven .nav-tabs>li.active>a,
.index-seven .nav-tabs>li.active>a:focus,
.index-seven .nav-tabs>li.active>a:hover {
    color: #f97d0f;
    background-color: #fff;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid #f97d0f;
    cursor: default;
    font-size: 1.3em;
    font-weight: bold;
}

.index-seven .nav-tabs>li>a {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 4px solid transparent;
    height: 50px;
    font-size: 1.2em;
    padding: 0;
    margin: 0 20px;
    color: #666;
}

.index-pb a {
    display: block;
    background: #007a8f;
    color: #fff;
    height: 320px;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    transition: all ease .4s;
}

.index-pb a:hover,
.index-pb a:focus {
    transform: translateY(-5px);
}

.index-pb a>.big-title {
    font-size: 1.25em;
    position: relative;
    z-index: 1;
    line-height: 1.45em;
}

.index-pb a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../fonts/line.svg);
    background-position: -62% 116px;
    background-repeat: no-repeat;
    background-size: 500px;
}

.four-more {
    display: inline-block;
    background: #fff;
    font-size: .9em;
    padding: 4px 10px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 1;
    color: #007a8f;
    transition: all ease .4s;
}

.four-more:hover,
.four-more:focus {
    background: #f97d0f;
    color: #fff;
}

.four-more>span {
    vertical-align: middle;
}

.index-pb p {
    position: relative;
    z-index: 1;
    font-size: .92em;
    line-height: 1.45em;
}

.index-pbox ul {
    background-color: #007b8f;
    color: #fff;
    height: 100%;
    position: relative;
    padding: 20px;
    list-style: none;
    background-image: url(../fonts/line.svg);
    background-position: -62% bottom;
    background-repeat: no-repeat;
    background-size: 500px;
    margin-bottom: 0;
}

.index-pbox ul a {
    color: #fff;
    display: block;
    padding: 3px 0 3px 20px;
    position: relative;
    font-size: .95em;
    line-height: 1.6em;
}

.index-pbox ul a:hover {
    text-decoration: underline;
}

.index-pbox ul a:before {
    content: "\e92d";
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: .9em;
}

.index-four {
    margin: 30px auto 0 auto
}

.four-item-bg {
    background: url(../images/index-four-1.jpg);
    background: -webkit-image-set(url(../images/index-four-1.webp) 1x, url(../images/index-four-1.webp) 2x, url(../images/index-four-1-xs.webp) 3x);
    background: image-set(url(../images/index-four-1.webp) 1x, url(../images/index-four-1.webp) 2x, url(../images/index-four-1-xs.webp) 3x);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    color: #fff;
    display: table
}

.four-item-bg h2 {
    font-size: 2.8rem
}

.four-item-bg>.row,
.four-item>.row {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.four-item {
    background: #007a8f;
    color: #fff;
    font-size: 1.15em;
    line-height: 1.8em;
    height: 320px;
    display: table
}

@media(max-width:760px) {

    .four-item,
    .four-item-bg {
        width: 100%
    }
}

.index-five {
    background: #f3f5f0;
    padding: 85px 0 45px 0
}

.five-item {
    height: 430px;
    float: left;
    position: relative;
    color: #fff;
    display: table;
    overflow: hidden;
    margin-bottom: 20px
}

.five-layer {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0;
    background: rgba(0, 0, 0, .3);
    overflow: hidden
}

.five-layer:after,
.five-layer:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px
}

.five-layer p {
    padding: 0 10%;
    line-height: 1.5em
}

@media(min-width:760px) {
    .five-box {
        display: flex
    }

    .five-item {
        width: 18%
    }

    .five-item.curr {
        width: 30%
    }

    .five-layer p {
        transition: all ease .5s;
        display: none;
        opacity: 0;
        max-height: 210px;
        overflow: hidden
    }

    .five-item.curr .five-layer p {
        display: block;
        opacity: 1
    }
}

.five-browse {
    font-size: 22px;
    margin: 35px 0 30px 0
}

.five-browse a {
    color: #2b4b50
}

.five-item h3 {
    text-align: center;
    margin-top: 20px
}

.five-item:focus,
.five-item:hover {
    color: #fff
}

.index-three {
    padding: 50px 0 30px 0;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 85px
}

.index-three .index-title {
    margin-bottom: 60px
}

.index-three .row {
    margin-right: -10px;
    margin-left: -10px
}

.index-three div[class*=col-md] {
    padding-left: 10px;
    padding-right: 10px
}

.three-item {
    background: rgba(129, 168, 45, .6);
    text-align: center;
    position: relative;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 15px #a9b6b7;
    transition: all ease .4s;
    display: block
}

.three-item h3 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 0
}

.index-three .col-md-6 .three-item {
    height: 500px
}

.three-item:hover {
    box-shadow: 0 0 5px #ddd;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.index-three .col-md-6 .three-item:hover {
    box-shadow: 0 0 5px #ddd;
    transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02)
}

.recommendation-more {
    display: inline-block;
    margin: 30px 0;
    color: #007a8f;
    font-size: 1.15em;
    float: right
}

.recommendation-more:focus,
.recommendation-more:hover {
    color: #007a8f
}

.index-six {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 80px
}

.index-six div[class*=col-md] {
    margin-bottom: 15px
}

.index-six a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.1em;
    color: #007a8f
}

.index-eight {
    margin: 160px 0 50px;
}

.eight-nav {
    margin-bottom: 25px;
    box-shadow: 0 0 10px #ddd;
}

@media (min-width: 992px) {
    .eight-nav.nav-tabs>li {
        width: 33.3%;
        text-align: center;
        border-right: 2px solid #fff;
    }

    .eight-nav.nav-tabs>li>a {
        width: 100%;
        display: inline-block;
    }

    .eight-text {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .eight-text div[class*="col-md"]:last-child {
        text-align: right;
    }
}

.eight-text {
    margin-bottom: 20px;
}

.eight-text p {
    margin-bottom: 10px;
}

.eight-view {
    display: inline-block;
    padding: 5px 22px;
    border: 2px solid #007b8f;
    border-radius: 30px;
    color: #007b8f;
    transition: all ease .4s;
}

.eight-view:hover,
.eight-view:focus {
    background: #007b8f;
    color: #fff;
}

.eight-nav.nav-tabs>li>a {
    padding: 15px 25px;
    background: #007b8f;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}

.eight-nav.nav-tabs>li.active>a,
.eight-nav.nav-tabs>li.active>a:focus,
.eight-nav.nav-tabs>li.active>a:hover {
    background: #f97d0f;
    color: #fff;
}

.eight-content .tab-pane.fade .owl-carousel,
.reviews-content .tab-pane.fade {
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: .3;
}

.eight-content .tab-pane.fade.in .owl-carousel,
.reviews-content .tab-pane.fade.in {
    transition: all 600ms ease-out;
    transform: translateY(0);
    opacity: 1;
}