/*! Tue Nov 14 2023  */
.event_body-title,
.footer-top,
.index2 p,
.index2-title,
.index4-btn,
.index4-title,
.index6-btn,
.index7-title,
.index7_btn {
    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)
    }
}

.index_wrap .header {
    background-color: #fff
}

.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
}

#search-input {
    position: absolute;
    top: 0
}

.header .top-icon .logo {
    max-width: 211px
}

.header {
    background: #fff;
}

/* .header-top {
    padding-top: 52px
}
 */
.header-top1 {
    padding: 8px 0;
    border-bottom: 1px solid #ddd
}

.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-right ul,
.index1-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.header-top1-left,
.header-top1-left a {
    color: #999
}

.header-top1-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top1-right ul li {
    padding: 0 8px;
    position: relative
}

.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
}

.header-top1-right ul li i {
    font-size: 23px;
    color: #999
}

.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: 0%;
    background: #fff;
    z-index: 98;
    -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;

}

.header .nav_list:hover .nav_list_ul li:hover {
    background-color: #618e90;
}

.header .nav_list:hover .nav_list_ul li:hover a {
    color: #fff;
}

@media (min-width:992px) {
    .header .nav_list_ul {
        padding: 5px 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 .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 .navbar-toggler {
        top: -webkit-calc(50% - 47.5px);
        top: -moz-calc(50% - 47.5px);
        top: calc(50% - 47.5px)
    }

    .header .top-header .top-menu .mo-search {
        top: -webkit-calc(50% - 41px);
        top: -moz-calc(50% - 41px);
        top: calc(50% - 41px)
    }
}

.index2:before,
.section-kv:before {
    content: '';
    bottom: -1px;
    z-index: 3;
    left: -1px
}

@media (max-width:767px) {

    .index2:before,
    .section-kv:before {
        content: '';
        bottom: -5px;
        z-index: 3;
        left: 0px;
    }

    .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)
    }
}

@media (max-width:1176px) {
    .header .top-icon .top-icon-list .top-icon-link a {
        padding: 15px 7px;
        font-size: 16px
    }
}

.section-kv {
    margin-bottom: 0;
    position: relative
}

.section-kv:before {
    background-image: url(../images/kv_bg.png);
    position: absolute;
    right: -1px;
    padding-bottom: 9%;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.datepicker .day:hover {
    color: #000
}

.index1 {
    background: #ecede8;
    padding-bottom: 45px
}

.index1 span {
    white-space: nowrap;
    padding: 0 13px
}

.index1 .input-group-text {
    padding: 0 5px;
    background: #fff
}

.index1-body {
    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: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.index1-body-item1,
.index1-body-item2 {
    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;
    padding: 15px 2%
}


.index1-body-item1 {
    width: 36%;
    border-right: 1px solid #dddcdd
}

.index1-body-item2 {
    width: 64%
}

.index1-btn {
    margin-left: 15px;
    white-space: nowrap;
    padding: 21px 31px;
    background: #013860;
    color: #fff;
    font-size: 16px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px
}

.index1-btn:hover {
    color: #fff
}

@media (max-width:767px) {
    .index1 {
        padding: 35px 0;
    }

    .index1 span {
        white-space: nowrap;
        padding: 0px;
        display: block;
        margin-bottom: 10px;
    }


    .index1-body {
        padding: 5px 0 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index1-body-item1,
    .index1-body-item2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .index1-body-item1 {
        border-right: none
    }

    .index1-btn {
        margin-left: 0;
        white-space: nowrap;
        padding: 9px 25px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }
}

.index2-title img,
.index3-btn,
.index4-title img {
    display: inline-block
}

.index2 {
    background: #edeee9;
    padding: 25px 0 13%;
    position: relative
}

.index2:before {
    background-image: url(../images/s2_bg.png);
    position: absolute;
    right: 0;
    padding-bottom: 5%;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.index2-title {
    margin-bottom: 25px
}

.index2 p {
    font-size: 16px;
    color: #333;
    margin-bottom: 45px
}

.index2-slider-item {
    padding: 0 15px
}

.index2 .slick-dots {
    bottom: -40px
}

.index2 .slick-dots li button:before {
    border: 1px solid #cfcfcf;
    background: #cfcfcf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.index2 .slick-dots li.slick-active button:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #7aa4af;
    background: #7aa4af
}

@media (max-width:767px) {
    .index2 {
        padding: 15px 0 25%
    }

    .index2 p {
        margin-bottom: 35px
    }
}

.index3 {
    padding: 67px 0 95px;
    position: relative
}

.index3::before,
.index3:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat
}

.index3::before {
    right: 0;
    bottom: 0;
    background-image: url(../images/s3_bg1.png);
    background-position: right bottom;
    width: 28%;
    padding-bottom: 19%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain
}

.index3:after,
.index6:before {
    bottom: -1px;
    z-index: 3;
    right: 0
}

.index3:after {
    background-image: url(../images/s3_bg2.png);
    left: -1px;
    padding-bottom: 6%;
    background-position: bottom;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.index3-img img {
    max-width: 100%
}

.index3-txt h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.5
}

.index3-txt .hrr {
    margin: 25px 0
}

.index3-txt p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 42px
}

.index3-title {
    margin-bottom: 25px
}

.index3-title img {
    max-width: 100%
}

.index3-btn {
    background: #234245;
    border: 1px solid #234245;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.index3-btn:hover {
    background: #fff;
    color: #234245
}

@media (max-width:767px) {
    .index3 {
        padding: 35px 0 65px
    }

    .index3-txt h5 {
        font-size: 16px
    }

    .index3-txt .hrr {
        margin: 15px 0
    }

    .index3-txt p {
        font-size: 14px
    }
}

.index4 {
    padding: 65px 0 35px;
    background: #edeee9
}

.index4-title {
    margin-bottom: 45px
}

.index4-title img {
    max-width: 100%
}

.index4-item {
    background: #fff;
    border-bottom: 13px solid #87acb4;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -webkit-box-shadow: 0 0 8px 3px #bbb7b2;
    -moz-box-shadow: 0 0 8px 3px #bbb7b2;
    box-shadow: 0 0 8px 3px #bbb7b2;
}

.index4-item .img-wrap .img-item {
    padding-top: 56.25%;
}

.index4-item img {
    width: 100%;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.index4-item:hover {
    border-bottom: 13px solid #234245
}

.index4-item:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.index4-item a {
    display: block;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.index4-item a:hover img {
    -webkit-box-shadow: 0 1px 9px 5px rgba(0, 0, 0, .36);
    -moz-box-shadow: 0 1px 9px 5px rgba(0, 0, 0, .36);
    box-shadow: 0 1px 9px 5px rgba(0, 0, 0, .36)
}

.index4-item a:hover p {
    color: #234245
}

.index4-txt {
    padding: 21px 15px
}

.index4-txt p {
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.index4-txt ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.index4-txt ul li {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    display: inline-block;
    margin-right: 11px
}

.index4-txt a {
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.index4-txt a:hover p {
    color: #87acb4
}

.index4-btn {
    padding: 25px 0 0
}

.index4-btn a {
    background: #234245;
    border: 1px solid #234245;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.index4-btn a:hover {
    background: #fff;
    color: #234245
}

@media (max-width:767px) {
    .index4 {
        padding: 35px 0
    }

    .index4-title {
        margin-bottom: 25px
    }

    .index4-btn {
        padding: 15px 0 0
    }
}

.pdm,
.pdm[class*=col] {
    padding: 0 2.3%;
    margin-bottom: 4.6%
}

@media (max-width:767px) {

    .pdm,
    .pdm[class*=col] {
        padding: 0 15px;
        margin-bottom: 35px
    }
}

.index5 img {
    width: 100%;
    display: block
}

.index6 {
    background: #edeee9;
    padding: 72px 0 13%;
    position: relative
}

.index6-title {
    text-align: center;
    margin-bottom: 55px
}

.index6-title img {
    max-width: 100%;
    display: inline-block
}
.index6-slick{
    margin: 0 -15px;
}
.index6-item{
    margin: 0 15px;
}
.index6-item img {
    width: 100%;
    display: block;
    margin-bottom: 25px
}

.index6-item p {
    position: relative;
    font-size: 16px;
    color: #333;
    padding-left: 35px
}

.index6-item p:before,
.index6:before {
    content: '';
    position: absolute
}

.index6-item p:before {
    background-image: url(../images/s6_icon.png);
    width: 27px;
    height: 27px;
    left: 0;
    background-repeat: no-repeat;
    top: -1px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain
}

.index6-btn {
    padding: 55px 0 0
}

.index6-btn a {
    background: #234245;
    border: 1px solid #234245;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.index6-btn a:hover {
    background: #fff;
    color: #234245
}

.index6:before {
    background-image: url(../images/s6_bg.png);
    left: -1px;
    padding-bottom: 6%;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.index6 .slick-dots{
    bottom: -40px;
}

.event_body-title:before,
.section-title::before {
    left: 50%;
    bottom: -18px;
    content: ''
}

@media (max-width:767px) {
    .index6 {
        padding: 35px 0 65px
    }

    .index6-title {
        margin-bottom: 25px
    }

    .index6-item img {
        margin-bottom: 15px
    }

    .index6-btn {
        text-align: center;
        padding: 35px 0 0
    }
}

.index7 {
    padding: 33px 0
}

.index7-title {
    margin-bottom: 52px
}

.index7-title img {
    display: inline-block;
    max-width: 100%
}

.index7_logotitle {
    margin-bottom: 25px
}

.index7_logotitle img {
    display: block;
    max-width: 100%
}

.index7 .index7_ig .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px
}

.index7 .index7_ig [class*=col] {
    padding: 1px
}

.index7 .index7_item a {
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -o-transition: all .3 ease;
    transition: all .3 ease;
    -moz-transition: all .3 ease;
    -webkit-transition: all .3 ease
}

.index7 .index7_item a:hover {
    -webkit-box-shadow: 0 0 8px 3px #bbb7b2;
    -moz-box-shadow: 0 0 8px 3px #bbb7b2;
    box-shadow: 0 0 8px 3px #bbb7b2;
    position: relative;
    z-index: 1
}

.index7_btn {
    padding: 25px 0 0
}

.index7_btn a {
    display: inline-block;
    background: #234245;
    border: 1px solid #234245;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.index7_btn a:hover {
    background: #fff;
    color: #234245
}

@media (max-width:767px) {
    .index7-title {
        margin-bottom: 35px
    }

    .index7_btn {
        text-align: center;
        padding: 5px 0 25px
    }
}

.footer {
    background-image: url(../images/ft_bg.jpg);
    padding-top: 15%;
    background-repeat: no-repeat;
    background-position: 0px -10vw;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.footer-top .ft_logo {
    display: inline-block;
    margin-bottom: 45px
}

.footer-top .ft_logo img {
    display: inline-block;
    max-width: 100%
}

.footer-body p {
    color: #333;
    font-size: 16px;
    margin-bottom: 21px;
    line-height: 1.8
}

.footer-body h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #7aa4af;
    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
}

.custom-title {
    font-size: 36px
}

.btn-custom01 {
    background: #244347
}

.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
}

.nav.nav-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_story_items .word-item h3 {
    margin-bottom: 15px
}

.breadcrumb {
    padding: 7.5px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.event_body {
    padding: 63px 0
}

.event_body-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 65px;
    position: relative
}

.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-img img {
    display: inline-block;
    max-width: 100%
}

.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;
    display: inline-block;
    max-width: 100%
}

.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-title img {
    max-width: 100%;
    display: inline-block
}

.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 .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: 10px 15px;
    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: #618e90;
}


.member_body-menu ul li:hover a:before,.member_body-menu ul li:hover a p,.member_body-menu ul li:hover a span{
    color: #fff;
}

.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 {
    color: #333;
    content: '\f054';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
    right: 7.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: #7aa4af
}

.member_body-menu ul li.active a{
    background: #618e90;
}

.member_body-menu ul li.active a::before,.member_body-menu ul li.active a p,.member_body-menu ul li.active a span{
    color: #fff;
}

.member_body-img {
    margin-bottom: 41px
}

.member_body-img img {
    width: 100%;
    display: block
}

.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: #7aa4af;
    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
    }
}