/*! Thu Nov 21 2024  */
.index1-btn,
.index5-btn,
.index7-btn,
.index8-item h3,
.index8-item p,
.main_title {
    text-align: center
}

.post {
    transition: width 5s;
    -moz-transition: width 5s;
    -webkit-transition: width 5s;
    -o-transition: width 5s
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

.img-item img,
.index6 img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.header .top-icon .top-icon-list2 .top-icon-link a i {
    color: #666
}

.header .top-icon .top-icon-list2 .top-icon-link .search-body {
    top: 49px
}

.header .top-icon .top-icon-list .top-icon-link a:hover,
.header .top-icon .top-icon-list .top-icon-link.active a {
    color: #618e90
}

@media (max-width:991px) {
    .header .top-header .top-menu .mo-search i {
        color: #517d6e
    }
}

.fx-btn {
    z-index: 5
}


.header .top-icon .logo {
    max-width: 211px
}

.img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center
}

.index6 img,
.index8-img img {
    -o-object-fit: cover;
    display: block
}

.header,
.section_map_items,
.section_news_items {
    background: #fff
}

.img-item {
    position: relative;
    overflow: hidden;
    padding-top: 100%
}

.section_map_items:hover .img-item img,
.section_news_items:hover .img-item img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.header .nav_list:hover .nav_list_ul,
.section-title::before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0)
}

.section_map_items .img-wrap .img-item::before,
.section_news_items .img-wrap .img-item::before {
    display: none
}

.index_wrap .header {
    background-color: #fff;
    position: static
}

.index_wrap .header.stick {
    position: fixed
}

.header {
    z-index: 999;
    border-bottom: 1px solid #dddcdd
}

.header-top {
    padding-top: 116.16px
}

.header-top1 {
    padding: 8px 0;
    background: #517d6e
}

.header-top1-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-top1-left,
.header-top1-left a {
    color: #fff
}

.header-top1-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index1-body,
.index6 {
    -webkit-box-align: center
}

.header-top1-right ul li {
    padding: 0 8px;
    position: relative
}

.header-top1-right ul li::before {
    content: '|';
    position: absolute;
    left: -.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff
}

.index3::before,
.index9-body::before {
    content: ''
}

.header-top1-right ul li:first-child:before {
    display: none
}

.header-top1-right ul li a,
.header-top1-right ul li img {
    display: inline-block;
    vertical-align: middle
}

.header-top1-right ul li a {
    line-height: 1;
    color: #fff
}

.header-top1-right ul li i {
    font-size: 23px;
    color: #fff
}

/* .header .top-icon .logo {
    margin: 5px 0
} */

.header .top-icon .logo img {
    max-width: 100%;
    max-height: 60px;
    display: block
}

.header .nav_list {
    position: relative
}

.header .nav_list_ul {
    position: absolute;
    display: none
}

.header .nav_list a {
    text-decoration: none
}

.header .nav_list a:hover {
    text-decoration: none !important
}

.header .nav_list:hover>a {
    color: #618e90 !important
}

.header .nav_list:hover .nav_list_ul {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .36)
}

.header .nav_list:hover .nav_list_ul li a {
    white-space: nowrap;
    padding: 9px 15px;
    text-align: center
}

@media (min-width:992px) {
    .header .nav_list_ul {
        padding: 13px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
}

@media (max-width:991px) {
    .header .mb_nav_list>a {
        color: #000 !important
    }

    .header .top-header .top-menu .navbar-toggler {
        background-color: #517d6e;
        top: -webkit-calc(50% - 47.5px);
        top: -moz-calc(50% - 47.5px);
        top: calc(50% - 47.5px)
    }

    .header-top1-left {
        display: none
    }

    .header-top1-right ul li a {
        font-size: 12px
    }

    .header .header .top-header .top-menu .mo-search i {
        color: #517d6e
    }

    .header .nav_list_ul {
        position: static;
        display: block !important;
        background: #333;
        z-index: 1
    }

    .header .nav_list_ul a {
        background: #333 !important
    }

    .header .top-icon .logo,
    .header .top-icon .logo img {
        max-height: 42px
    }

    .header .top-header .top-menu .mo-search {
        top: -webkit-calc(50% - 41px);
        top: -moz-calc(50% - 41px);
        top: calc(50% - 41px)
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 100.45px
    }

    .header-top {
        padding-top: 100.45px
    }
}

.index2,
.index3,
.section-kv {
    position: relative
}

@media (max-width:767px) {

    .header .top-icon .logo,
    .header .top-icon .logo img {
        max-height: 35px
    }

    .header .top-header .top-menu .navbar-toggler {
        top: -webkit-calc(50% - 45px);
        top: -moz-calc(50% - 45px);
        top: calc(50% - 45px)
    }

    .header .top-header .top-menu .mo-search {
        top: -webkit-calc(50% - 37px);
        top: -moz-calc(50% - 37px);
        top: calc(50% - 37px)
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 90px
    }

    .header-top {
        padding-top: 90px
    }

    .pc_show2 {
        display: none !important
    }
}

.header .top-icon .top-icon-list .top-icon-link a {
    font-size: 16px;
    color: #333
}

.header .top-icon .top-icon-list .top-icon-link a:hover {
    text-decoration: none
}

.header .top-icon .top-icon-list2 .top-icon-link a {
    color: #333;
    font-weight: 700;
    opacity: 1
}

.header .top-icon .top-icon-list2 .top-icon-link a:hover,
.header .top-icon .top-icon-list2 .top-icon-link a:hover i {
    color: #618e90
}

.header .top-icon .top-icon-list2 .top-icon-link a .bag-number {
    background: #30b838
}

@media (max-width:1176px) {
    .header .top-icon .top-icon-list .top-icon-link a {
        padding: 15px 7px;
        font-size: 16px
    }
}

.slick-slide {
    height: auto;
    width: 100%
}

@media (min-width:768px) {
    .mb_show2 {
        display: none !important
    }
}

.section-kv {
    margin-bottom: 0
}

.datepicker .day:hover {
    color: #000
}

.main_btn_color,
.main_btn_color.more {
    border: 1px solid #b3da2d;
    background: #b3da2d;
    color: #333
}

.main_btn_color.more:hover,
.main_btn_color:hover {
    color: #b3da2d;
    border: 1px solid #333;
    background: #333
}

.main_btn {
    padding: 8px 36px;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px
}

.index1 {
    background: #ecede8;
    padding-bottom: 45px;
    padding-top: 30px
}

.index1 span {
    white-space: nowrap;
    padding: 0 13px
}

.index1 .input-group-text {
    padding: 0 5px;
    background: #fff
}

.index1-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 1px 3px 18px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 3px 18px 3px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 18px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 15px 15px 15px 6px
}

.index1-body-item {
    width: 23%;
    padding: 0 9px
}

.index1-body-title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333
}

.index1-body-title img {
    display: inline-block;
    vertical-align: middle;
    max-width: 33px
}

.index1-body-title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 100%
}

.index1-btn {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    padding: 29px 31px;
    background: #b3da2d;
    color: #333;
    font-size: 16px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.index1-btn:hover {
    background: #333;
    color: #b3da2d
}

@media (max-width:991px) {
    .index1-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index1-body-item {
        width: 50%;
        margin-bottom: 15px
    }

    .index1-btn {
        white-space: nowrap;
        padding: 9px;
        margin-left: 0
    }
}

@media (max-width:767px) {

    .index1-body,
    .index1-btn {
        display: block
    }

    .index1 {
        padding: 35px 0
    }

    .index1-body {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        padding: 9px
    }

    .index1-body-item {
        width: 100%;
        padding: 0 9px
    }
}

.index2 {
    background: #edeee9;
    padding: 35px 0 85px
}

.index3,
.index3::before {
    background-repeat: no-repeat
}

.index2-title p {
    font-size: 18px;
    color: #21ad36;
    margin-bottom: 17px
}

.index2-title h3 {
    font-size: 28px;
    color: #333;
    line-height: 1.5
}

.index2-txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 31px
}

@media (max-width:767px) {
    .index2 {
        padding: 35px 0
    }

    .index2 p {
        margin-bottom: 35px
    }

    .index2-title p {
        font-size: 16px;
        margin-bottom: 5px
    }

    .index2-title h3 {
        font-size: 22px
    }

    .index2-txt p {
        margin-bottom: 15px
    }
}

.index3 {
    padding: 67px 0 95px;
    background-image: url(../images/s3_bg.jpg);
    background-position: top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-color: #f2f7f3
}

.index3::before {
    position: absolute;
    right: 8%;
    top: -55px;
    background-image: url(../images/s3_bg2.png);
    background-position: right bottom;
    width: 77px;
    height: 85px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain
}

.index3-img img {
    width: 100%;
    display: block
}

.index3-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 32px
}

.index3-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.index3-item-img {
    width: 55px
}

.index3-item-img img {
    width: 100%
}

.index3-item-txt {
    padding-left: 15px
}

.index3-item-txt h3 {
    font-size: 20px;
    color: #231917;
    font-weight: 700;
    margin-bottom: 15px
}

.index3-item-txt P {
    font-size: 16px;
    color: #666
}

.index3-item-txt P span {
    font-size: 100%;
    color: #21ad36
}

.index3 hr {
    margin: 25px 0
}

.index3 [class*=col]>p {
    font-size: 16px;
    color: #333
}

@media (max-width:767px) {
    .index3 {
        padding: 35px 0
    }

    .index3::before {
        display: none
    }

    .index3-img {
        margin-bottom: 15px
    }

    .index3-item-img {
        width: 35px
    }

    .index3-item-txt {
        padding-left: 5px
    }

    .index3-item-txt h3 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .index3-item-txt P {
        font-size: 14px
    }

    .index3 hr {
        margin: 15px 0
    }
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #333;
    background: #333
}

.slick-dots li button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #cfcfcf;
    background: #cfcfcf
}

.index4-item img,
.section_news_items {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

.main_title {
    margin-bottom: 52px
}

.main_title p {
    font-size: 18px;
    color: #21ad36;
    margin-bottom: 15px
}

.main_title h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700
}

.index4 {
    padding: 79px 0
}

.index4 .img-item {
    padding-top: 56.73%
}

.index4-item {
    padding: 0 15px
}

.index4-item img {
    display: block;
    width: 100%;
    border-radius: 7px
}

@media (max-width:767px) {
    .main_title {
        margin-bottom: 35px
    }

    .main_title p {
        font-size: 16px;
        margin-bottom: 5px
    }

    .main_title h3 {
        font-size: 22px
    }

    .index4 {
        padding: 35px 0
    }
}

.slick-dots {
    bottom: -35px;
    padding-right: 0
}

.index5 {
    padding: 39px 0 85px
}

.index5-item {
    background: #fff;
    margin-bottom: 30px
}

.index6 img,
.index8 {
    background-repeat: no-repeat
}

.index5-item img {
    width: 100%;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.index5-item a {
    border-bottom: 13px solid #517d6e;
    overflow: hidden;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.index5-item a:hover {
    border-bottom: 13px solid #234245
}

.index5-item .img-item {
    padding-top: 54.36%
}

.index5-item .section_map_items .word-item p,
.index5-item p {
    color: #333;
    font-size: 18px;
    line-height: 1.5
}

.index5-btn {
    padding: 25px 0 0
}

@media (max-width:767px) {
    .index5 {
        padding: 39px 0 65px
    }
}

.index6 {
    min-height: 450px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index11,
.index9-title {
    -webkit-box-align: center
}

.index6 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.index6-text {
    position: relative;
    z-index: 1;
    padding: 0 5%
}

.index6-text h3 {
    margin-bottom: 25px;
    font-size: 32px;
    display: block;
    color: #fff
}

.index6-text p {
    font-size: 18px;
    color: #fff
}

@media (max-width:991px) {
    .index6 {
        min-height: 350px
    }

    .index6-text h3 {
        margin-bottom: 15px;
        font-size: 21px
    }

    .index6-text h3 span {
        font-size: 16px;
        display: block;
        color: #fff;
        margin-bottom: 9px
    }
}

.about_s1 .index11 img,
.index7 .img-item {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}


.index7 {
    padding: 103px 0 35px;
    margin-bottom: 0
}

.index7 .img-item {
    border-radius: 7px
}

.index7-btn {
    padding: 35px 0
}

@media (max-width:767px) {
    .index7 {
        padding: 35px 0
    }
}

.index8 {
    padding: 66px 0;
    background-image: url(../images/s8_bg.png);
    background-position: top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%
}

.index8-item {
    margin: 0 10px 30px 10px;
}

.index8-item h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px
}

.index8-item p {
    font-size: 16px;
    color: #21ad36
}

.about_s1 .main_title,
.cs_2 .main_title {
    text-align: left
}

.index8-img {
    max-width: 298px;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative
}

.index8-img img {
    width: 100%;
    object-fit: cover
}

@media (max-width:767px) {
    .index8 {
        padding: 35px 0
    }

    .index8-item {
        margin-bottom: 30px
    }

    .index8-item h3 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .index8-item p {
        font-size: 16px
    }
}

.index9 {
    background: #f2f7f3;
    padding: 73px 0 95px
}

.index10,
.index11 img,
.index9-body::before,
.index9-icon {
    background-repeat: no-repeat
}

.index9-body {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    padding: 21px 21px 56px;
    position: relative
}

.index9-body::before {
    background-image: url(../images/s9_icon2.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 28px;
    height: 29px;
    position: absolute;
    right: 33px;
    bottom: 25px
}

.event_body-title:before,
.section-title::before {
    left: 50%;
    bottom: -18px;
    content: ''
}

.index9-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px
}

.index9-img {
    width: 69px;
    margin-right: 10px;
}

.index9-img img {
    width: 69px;
    height: 69px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.index9-txt {
    width: calc(100% - 79px);
}

.index9-txt p {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px
}

.index9-row_icon {
    max-width: 93px
}

.index9-icon {
    background-image: url(../images/s9_icon1.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    padding-top: 17.22%;
    width: 100%
}

.index9-icon.index9-icon1 {
    width: 20%
}

.index9-icon.index9-icon2 {
    width: 40%
}

.index9-icon.index9-icon3 {
    width: 60%
}

.index9-icon.index9-icon4 {
    width: 80%
}

.index9-icon.index9-icon5 {
    width: 100%
}

.index9-item {
    padding: 0 15px 38px
}

.index9-item p {
    font-size: 16px;
    color: #666
}

@media (max-width:767px) {
    .index9 {
        padding: 35px 0 65px
    }

    .index9-txt p {
        font-size: 16px
    }
}

.index10 {
    padding: 125px 0;
    background-image: url(../images/s10_bg.png);
    background-position: right bottom
}

.index10-img img {
    width: 100%;
    display: block
}

.index10-txt h3 {
    margin-bottom: 31px;
    font-size: 28px;
    color: #333
}

.index10-txt h3 span {
    font-size: 18px;
    color: #21ad36;
    display: block;
    margin-bottom: 13px
}

.index10-txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 38px
}

@media (max-width:767px) {
    .index10 {
        padding: 35px 0;
        -webkit-background-size: 35% 35%;
        -moz-background-size: 35%;
        background-size: 35%
    }

    .index10-txt h3 {
        margin-bottom: 15px;
        font-size: 22px
    }

    .index10-txt h3 span {
        font-size: 16px
    }
}

.index11 {
    min-height: 450px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index11 img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about_s2-txt,
.about_s3-body,
.cs_2 {
    background: #f2f7f3
}

.index11-text {
    position: relative;
    z-index: 1;
    padding: 0 5%
}

.index11-text h3 {
    margin-bottom: 31px;
    font-size: 28px;
    color: #333
}

.index11-text h3 span {
    font-size: 18px;
    color: #21ad36;
    display: block;
    margin-bottom: 13px
}

.index11-text p {
    font-size: 16px;
    color: #666
}

@media (max-width:991px) {
    .index11 {
        min-height: 350px
    }

    .index11-text h3 {
        margin-bottom: 15px;
        font-size: 22px
    }

    .index11-text h3 span {
        font-size: 16px;
        margin-bottom: 9px
    }
}

.about_s1 {
    padding: 56px 0
}

.about_s1 .index11 {
    min-height: 350px
}

.about_s1 .index11 img {
    border-radius: 7px
}

.about_s2-item,
.about_s3-body {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    overflow: hidden
}

.about_s1-body {
    padding-top: 39px;
    border-bottom: 1px solid #ccc
}

.about_s1-txt h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700
}

.about_s1-txt p {
    font-size: 16px;
    color: #333
}

@media (max-width:767px) {
    .about_s1 {
        padding: 35px 0
    }

    .about_s1 .index11 {
        min-height: 250px
    }

    .about_s1-body {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.about_s2 {
    padding-bottom: 86px
}

.about_s2-title h3 {
    border-left: 6px solid #b3da2d;
    padding-left: 15px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px
}

.about_s2-title h5 {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px
}

.about_s2-title p {
    color: #333;
    font-size: 16px
}

.about_s2-item {
    border-radius: 7px;
    margin-bottom: 30px
}

.about_s2-item img {
    display: block;
    width: 100%
}

.about_s2-txt {
    position: relative;
    padding: 21px 25px
}

.about_s2-txt h3 {
    font-size: 20px;
    color: #231917;
    margin-bottom: 15px
}

.about_s2-txt p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0
}

.about_s2-txt p span {
    font-size: 100%;
    color: #21ad36
}

.about_s2-icon {
    position: absolute;
    right: 15px;
    top: -15px
}

.about_s2-icon img {
    width: 56px
}

@media (max-width:767px) {
    .about_s2 {
        padding-bottom: 35px
    }

    .about_s2-txt {
        padding: 15px
    }

    .about_s2-icon img {
        width: 35px
    }
}

.about_s3 {
    padding: 39px 0 81px
}

.about_s3-body {
    border-radius: 7px
}

.about_s3-img img {
    width: 100%;
    display: block
}

.about_s3-txt {
    padding: 0 6%
}

.about_s3-txt h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700
}

.about_s3-txt p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0
}

@media (max-width:767px) {
    .about_s3 {
        padding: 15px 0 35px
    }

    .about_s3-txt {
        padding: 15px
    }
}

.about_s4-body {
    border-top: 1px solid #ccc;
    padding: 62px 0
}

.about_s4-body h3 {
    font-size: 27px;
    color: #333;
    font-weight: 700
}

.about_s4-body h3 img {
    display: inline-block
}

.about_s4-body h3 a {
    color: #333;
    font-size: 100%
}

.about_s4-body h5 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px
}

.about_s4-body p {
    color: #666;
    font-size: 16px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .about_s4-body {
        padding: 35px 0
    }

    .about_s4-body h3 {
        font-size: 22px;
        margin-bottom: 15px
    }
}

.cs_1 {
    padding: 88px 0
}

.cs_1 .main_title {
    text-align: left;
    margin-bottom: 25px
}

.cs_1-img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.event_body-img img,
.event_body-s2-title img,
.event_body-s3-title img {
    display: inline-block;
    max-width: 100%
}

@media (max-width:767px) {
    .cs_1 {
        padding: 35px 0
    }
}

.cs_2 {
    padding: 72px 0 42px
}

.cs_2-item {
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    overflow: hidden
}

.cs_2-item img {
    width: 100%
}

.cs_2-txt {
    padding: 15px
}

.cs_2-txt h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.cs_2-txt p {
    font-size: 16px;
    color: #666
}

@media (max-width:767px) {
    .cs_2 {
        padding: 35px 0
    }

    .cs_2-txt {
        padding: 15px
    }

    .cs_2-txt h3 {
        font-size: 18px
    }
}

.cs_3-txt,
.footer-body p {
    font-size: 16px;
    line-height: 1.8
}

.cs_3 {
    padding: 62px 0
}

.cs_3 .main_title {
    margin-bottom: 25px
}

.cs_3-txt {
    text-align: center;
    color: #333;
    margin-bottom: 52px
}

.cs_3 .qa-inner .qa-tab_cont .qa-tab_item_top {
    padding-right: 29px
}

.cs_3 .qa-inner .qa-tab_cont .qa-tab_item_top>i {
    color: #30b838
}

.cs_3 .qa-inner .qa-tab_cont {
    padding: 15px;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .cs_3 {
        padding: 35px 0
    }

    .cs_3-txt {
        margin-bottom: 22px
    }
}

.footer {
    background: top no-repeat #e8eaec;
    padding-top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.footer-body {
    padding: 55px 0
}

.footer-body p {
    color: #333;
    margin-bottom: 21px
}

.footer-body h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #517d6e;
    font-weight: 700
}

.footer .footer-body a {
    font-size: 16px
}

.footer-item ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-item ul li {
    line-height: 1.8;
    font-size: 16px;
    color: #333
}

.footer .cpyright {
    border-top: 1px solid #bbb;
    padding: 18px 0
}

.footer .cpyright p {
    font-size: 14px;
    color: #333
}

.nav .nav-tabs {
    margin-top: 15px
}

.nav.nav-tabs .nav-link {
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    color: #333;
    padding: 9px 15px
}

.nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link:hover {
    color: #333;
    background: #b3da2d
}

.custom-title {
    font-size: 36px
}

.section-title::before {
    transform: translate(-50%, 0);
    width: 66%;
    background: #234245
}

.story-page .section_story_items {
    background: #fff
}

.section_story_items .word-item small {
    color: #666
}

.btn-custom-activity {
    background: #b3da2d;
    color: #333
}

.btn-custom-activity:hover {
    background: #333;
    color: #b3da2d
}

.btn-cart2 {
    background: #b3da2d;
    border: 1px solid #b3da2d;
    color: #333
}

.btn-cart2:hover {
    background: #333;
    color: #b3da2d
}

.btn-custom01 {
    background: #b3da2d;
    color: #333
}

.btn-custom01:hover {
    background: #333;
    color: #b3da2d
}

.btn-custom02 {
    color: #30b838;
    border: 1px solid #517d6e;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.btn-custom02:hover {
    color: #fff;
    background: #30b838
}

.section_story_items .word-item h3 {
    margin-bottom: 15px
}

.breadcrumb {
    padding: 15px 0;
    border-bottom: 1px solid #ccc
}

.event_body {
    padding: 63px 0
}

.event_body-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 65px;
    position: relative;
    text-align: center
}

.event_body-title:before {
    position: absolute;
    height: 2px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 92px;
    background: #234245
}

.event_body-s1 {
    margin-bottom: 45px
}

.event_body-txt h3,
.event_body-txt p {
    margin-bottom: 25px;
    color: #333;
    line-height: 1.8
}

.event_body-img {
    text-align: right
}

.event_body-txt {
    padding: 25px 0
}

.event_body-txt h3 {
    font-size: 18px
}

.event_body-txt p {
    font-size: 16px
}

.event_body-s2-item {
    -webkit-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .1);
    box-shadow: 0 10px 30px 0 rgba(51, 51, 51, .1);
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.event_body-s2-title {
    padding: 13px 15px;
    background: #93b7d4
}

.event_body-s2-title img {
    vertical-align: top
}

.event_body-s2 p {
    padding: 22px 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0
}

.event_body .e_hrr {
    margin: 55px 0;
    border-color: #ddd
}

.event_body-s3-title {
    margin-bottom: 65px;
    text-align: center
}

.event_body-s3 [class*=col]:first-child .event_body-s3-item:before {
    display: none
}

.event_body-s3-item {
    text-align: center;
    position: relative
}

.event_body-s3-item:before {
    content: '';
    position: absolute;
    left: -15.5px;
    background: #ccc;
    top: 0;
    bottom: 0;
    height: 101px;
    margin: auto;
    width: 1px
}

.event_body-s3-item img {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.event_body-s4 {
    margin-bottom: 135px
}

.event_body-s4-item {
    text-align: center;
    padding: 0 5px
}

.event_body-s4-item img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    width: auto
}

.event_body-s4 .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event_body-s4 .slick-dots {
    bottom: -55px
}

.event_body-s4 .slick-dots li.slick-active button:before {
    border: 1px solid #7aa4af;
    background: #7aa4af;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.event_body-s4 .slick-dots li button:hover:before {
    content: '';
    background: #7aa4af;
    border: 1px solid #7aa4af
}

.event_body-s4 .slick-dots li button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cfcfcf;
    background: #cfcfcf
}

.event_body-s5 {
    padding: 68px 0 15px;
    background: #f8f8f8
}

@media (max-width:767px) {
    .event_body {
        padding: 35px 0
    }

    .event_body-s1 {
        margin-bottom: 25px
    }

    .event_body-txt h3,
    .event_body-txt p {
        margin-bottom: 15px
    }

    .event_body-img {
        text-align: center
    }

    .event_body-txt {
        padding: 15px 0
    }

    .event_body-txt h3 {
        color: #333
    }

    .event_body-s2-item {
        margin-bottom: 25px
    }

    .event_body .e_hrr {
        margin: 35px 0
    }

    .event_body-s3-title {
        margin-bottom: 5px
    }

    .event_body-s3-item {
        text-align: center;
        position: relative;
        margin-top: 55px
    }

    .event_body-s3-item:before {
        display: none
    }

    .event_body-s4 {
        margin-bottom: 95px
    }

    .event_body-s5 {
        padding: 38px 0 15px;
        background: #f8f8f8
    }
}

.table_body {
    padding: 45px 0
}

.table_body .sidebar-title {
    border-bottom: 3px solid #618e90
}

.table_body .sidebar-menu ul li.active a,
.table_body .sidebar-menu ul li:hover a {
    background-color: #618e90
}

.table_body .sidebar-menu ul li a {
    border-bottom: 1px solid #ccc
}

.table_body-cont-title {
    margin-bottom: 25px
}

.table_body-cont-btn {
    padding: 5px 0
}

.table_body-cont-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.table_body-ps ul li,
.table_body-ps ul li img,
.table_body-ps ul li span {
    display: inline-block;
    vertical-align: middle
}

.table_body-cont-btn ul li {
    padding: 0 5px 25px
}

.table_body-cont-btn a {
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    font-size: 16px;
    padding: 7px 21px;
    color: #28484c;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #28484c
}

.table_body-cont-btn a.active,
.table_body-cont-btn a:hover {
    background-color: #28484c;
    color: #fff
}

.table_body-tb {
    margin-bottom: 25px
}

.table_body-tb thead th {
    background: #618e90;
    color: #fff;
    font-weight: 700;
    white-space: nowrap
}

.table_body-tb tbody tr:nth-child(odd) td {
    background: #fff
}

.table_body-tb tbody tr:nth-child(even) td {
    background: #f4f4f4
}

.table_body-tb tbody tr td {
    white-space: nowrap;
    vertical-align: middle
}

.table_body-tb tbody tr td a {
    color: #333
}

.table_body-tb tbody tr:hover a {
    text-decoration: underline
}

.table_body-ps {
    padding: 25px 0
}

.table_body-ps p {
    font-size: 18px;
    color: #333;
    margin-bottom: 21px
}

.table_body-ps ul {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0
}

.table_body-ps ul li {
    margin-bottom: 15px;
    padding: 0 5px;
    font-size: 16px;
    color: #333;
    width: 50%;
    line-height: 1.8
}

.table_body-ps ul li img {
    max-width: 100%
}

@media (max-width:1039px) {
    .table_body-ps ul li img {
        margin-bottom: 5px
    }

    .table_body-ps ul li span {
        display: block
    }
}

@media (max-width:991px) {
    .table_body-ps {
        padding: 25px 0
    }

    .table_body-ps p {
        font-size: 18px;
        color: #333;
        margin-bottom: 21px
    }

    .table_body-ps ul li {
        width: 100%
    }
}

@media (max-width:767px) {
    .table_body {
        padding: 15px 0
    }

    .table_body-ps {
        padding: 5px 0
    }
}

.member_body {
    padding-bottom: 65px
}

.member_body .member_body-title {
    padding: 10px;
    border-bottom: 3px solid #618e90
}

.member_body-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.member_body-menu ul li {
    border-bottom: 1px solid #ccc
}

.member_body-menu ul li a {
    padding: 15px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.member_body-menu ul li a:hover {
    background: #e3ecee
}

.member_body-cont .d_title:before,
.member_body-cont .member_body_ul li:before,
.member_body-menu ul li a::before {
    content: '';
    background-repeat: no-repeat
}

.member_body-menu ul li a::before {
    background-image: url(../images/me_icon1.png);
    width: 12px;
    height: 18px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px
}

.member_body-menu ul li a img {
    max-width: 73px;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.member_body-menu ul li a p {
    font-weight: 700;
    width: -webkit-calc(100% - 73px);
    width: -moz-calc(100% - 73px);
    width: calc(100% - 73px);
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    padding: 0 3% 0 9%
}

.member_body-menu ul li a p span {
    padding-top: 9px;
    display: block;
    font-size: 16px;
    color: #517d6e
}

.member_body-menu ul li.active a {
    background: #e3ecee
}

.member_body-img {
    margin-bottom: 41px
}

.member_body-img img {
    width: 100%;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.member_body-cont img {
    display: inline-block;
    max-width: 100%
}

.member_body-cont h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px
}

.member_body-cont .d_title {
    position: relative;
    padding-left: 35px;
    word-wrap: break-word;
    font-size: 18px;
    color: #517d6e;
    display: inline-block;
    vertical-align: middle
}

.member_body-cont .d_title:before {
    background-image: url(../images/d_icon.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 26px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 2.5px
}

.member_body-cont hr {
    margin: 25px 0
}

.member_body-cont h5 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #333
}

.member_body-cont .member_body_ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.member_body-cont .member_body_ul li {
    color: #333;
    font-size: 16px;
    position: relative;
    padding-left: 21px;
    line-height: 1.8;
    margin-bottom: 9px
}

.member_body-cont .member_body_ul li:before {
    background-image: url(../images/li_icon.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px
}

.member_body-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.member_body-share ul li {
    padding: 0 13px
}

.member_body-share ul li:first-child {
    padding-left: 0
}

.member_body-share ul li a {
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.member_body-share ul li a i {
    color: #7aa4af;
    font-size: 21px
}

@media (max-width:767px) {

    .member_body-cont h3,
    .member_body-cont h5,
    .member_body-img {
        margin-bottom: 15px
    }

    .member_body-share ul li {
        padding: 0 9px
    }
}

select option:disabled {
    background-color: #e0e0e0;
    color: #888;
}