
/* scroll To Top */
#toTop {
	font-size:25px;
	line-height:38px;
	background-color: rgba(255,86,167,0.5);
	color: #FFF;
	position: fixed;
    height: 40px; 
    width: 40px;
	right: 6px; bottom: 6px;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	filter: alpha(opacity=90);
	text-decoration:none;
	display:none;
	z-index: 1000;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#toTop:hover {
	background-color: rgba(255,86,167,1);
}
#toTop:before {
	font-family: "fontawesome";
	content: "\f062";
}
/* pc-show mobile-hide */
.pcs-mh{
    display: block;
}
.ms-pch{
    display: none;
}
/* side-panel */
.side-panel{
    width: 70px;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.side-panel li{
    width: 100%;
}
.side-panel li a{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 10px;
    transition: all .2s;
}
.side-panel li a:hover, .side-panel li a:active, .side-panel li a:focus{
    transform: translateX(-5px);
    text-decoration: none;
    box-shadow: 5px 0px 3px rgba(0,0,0,0.2);
}
.side-panel li a.fb{
    background-color: #4267b2;
    color: #fff;
}
.side-panel li a.line{
    background-color: #00b900;
    color: #fff;    
}
.side-panel li a .line-icon{
    width: 65%;
    margin-bottom: 5px;
}
.side-panel li a.phone-icon{
    background-color: #f47799;
    color: #fff;
}
.side-panel li a.download-form{
    font-size: 17px;
    line-height: 18px;
    padding-top:20px;
    background-color: #fbb03b;
    color: #000;
}
/* header */
.index-nav-only{
    display: none;
}
.springclub-header{
    z-index: 99;
}
.springclub-header{
    position: relative;
}
.springclub-header::after{
    display: block;
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(115deg, transparent 12%, #ff56a7 12%);
    z-index: -1;
}
.springclub-header-2::after{
    display: none;
}
.springclub-header .navbar-toggle .icon-bar{
    background-color:#0071bc;
}
.springclub-header .navbar-brand{
    height: auto;
}
.springclub-header ul.nav > li > a{
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
}
.springclub-header ul.nav li a:hover, .springclub-header ul.nav li a:active, .springclub-header ul.nav li a:focus{
    background-color: transparent;
    color: #ff7bac;
}
.springclub-header ul.navbar-right li a{
    color: #fff;
}
.springclub-header ul.navbar-right li a:hover, .springclub-header ul.navbar-right li a:active, .springclub-header ul.navbar-right li a:focus{
    color: rgba(255,255,255,0.8);
}
.springclub-header .nav{
    margin-top: 20px;
    margin-left: 20px;
}
.springclub-header .nav + .nav{
    margin-left: 0;
}
.springclub-header .dropdown-menu{
    top: 60px;
    border: 0;
    border-radius:0;
}
.springclub-header .dropdown-menu>li>a{
    padding: 10px 20px;
    border-bottom:1px solid rgba(0,0,0,0.08);
}
.springclub-header .dropdown-menu>li:last-child>a{
    border-bottom:0;
}
.navbar{
    margin-bottom: 0;
}
#header{
    width: 100%;
}
#header.transparent {
    position:absolute;
    background-color:transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
#header.fixed {
    position:fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.1);
    z-index: 99;
    width: 100%;
    transition: all .200s;
}
#header.fixed #topNav a.logo {
    height:60px;
    line-height:50px;
}
#header.fixed #topNav a.logo>img {
    height:60px;
}
#header.fixed #topNav #topMain>li>a {
    height:60px;
    line-height:40px;
}
/* footer */
.footer{
    background-color: #000;
    color: #fff;
    padding: 70px 0;
    font-size: 15px;
}
.footer-container{
    max-width: 1400px;
    margin: 0 auto;
}
.footer a{
    color: #fff;
}
.footer a:hover, .footer a:active, .footer a:focus{
    text-decoration: none;
    color: rgba(255,255,255,0.5);
}
.footer p{
    margin: 0;
}
.footer .service-center{
    margin-left: 20px;
}
.footer-time, .footer-location{
    background-color: #000;
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
}
.footer-time{
    margin-bottom: 30px;
}
.footer-time::after{
    content: '';
    display: table;
    clear: both;
}
.footer-time li{
    display:block;
    float: left;
    position: relative;
}
.footer-time li:first-child{
    padding-right: 10px;
    margin-right: 10px;
}
.footer-time li:first-child::after{
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 15px;
    content: '';
    background-color: #fff;
}
.footer .copyrights{
    margin-bottom: 47px;
}
.footer-container{
    padding: 0 15px;
}




@media (max-width: 1300px) {
    #header.fixed {
        position:fixed;
    }
    #header.transparent{
        position: relative;
    }    
    .springclub-header .navbar-brand{
        padding: 8px 15px;
    }
    .springclub-header .navbar-brand > img{
        height: 100%;
    }
    .springclub-header .index-nav{
        display: none;
    }
    .springclub-header::after{
        display: none;
    }
    .springclub-header .nav>li{
        float: none;
    }
    .springclub-header .navbar-collapse.collapse{
        display: none !important;
    }
    .springclub-header .navbar-collapse.collapse.in{
        display: block !important;
    }
    .springclub-header .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .springclub-header .navbar-toggle{
        display: block;
        margin-top:15px;
    }
    .springclub-header .navbar-header{
        float: none;
    }
    .springclub-header .container-fluid > .navbar-collapse{
        background-color: #0071bc;
        color: #fff;
        margin-right: -15px;
        margin-left: -15px;
    }
    .springclub-header .navbar{
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 2px solid #ff7bac;
    }
    .springclub-header .navbar-nav>li>a{
        padding-top: 10px;
        padding-bottom:10px;
    }
    .springclub-header .nav{
        margin-left: 0;
        margin-top: 20px;
        float: none;
    }
    .springclub-header ul.nav li a{
        color: #fff;
        font-size: 14px;
    }
    .springclub-header ul.nav li a:hover, .springclub-header ul.nav li a:active, .springclub-header ul.nav li a:focus{
        color: #fff;
    }
    .springclub-header .dropdown-menu>li>a{
        border-bottom:0;
    }
    .side-panel{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .side-panel li{
        display: inline-block;
        width: auto;
    }
    .side-panel li + li{
        margin-left: 5px;
    }
    .side-panel li a{
        width: 60px;
        height: 60px;
        line-height: 55px;
        font-size: 40px;
    }
    .side-panel li a.download-form{
        font-size:13px;
        line-height: 14px;
        padding-top: 18px;
    }
    .springclub-header .navbar-right{
        margin-top: 20px;
        margin-bottom: 0px;
        float: none !important;
    }
    .springclub-header .navbar-right + .navbar-right{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .springclub-header .navbar-right::after{
        display: table;
        content: '';
        clear: both;
    }
    .springclub-header .navbar-right li{
        display: block;
        float: left;
        position: relative;
    }
    .springclub-header .navbar-right li.register::before, .springclub-header .navbar-right li.upload::before{
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 1px;
        height: 14px;
        background-color: #fff;
    }
    .index-event .owl-carousel a .photo{
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .profile-photo-slider .slides{
        max-height: 180px;
    }
    .profile-photo-slider .flex-control-nav.flex-control-thumbs li{
        height: 35px !important;
    }
    .spring-search-member .photo-item{
        width: 20%;
    }
    .about-events-box .events-ongo-item{
        height: 100px;
    }
    .about-events-box .events-all-box{
        height: 150px;
    }
}
@media (max-width: 1024px) {
    .register-box .form-group.row div + div{
        margin-top: 15px;
    }
    .register-box .code img{
        margin-top: 10px;
    }
    .menu-wrapper.menu-open.menu-effect .menu-wrapper-nav{
        width: 100%;
        margin-left: 0%;
        padding: 90px 100px 0 15%;
    }
    .events-slider{
        padding:25px;
    }
    .btn-type{
        font-size: 28px;
    }
    .events-all-box, .media-bg .events-all-box{
        height: 140px;
    }
    .events-hot-box{
        height: 180px;
    }
    .events-all-box .events-txt{
        padding: 4px 6px;
    }
    .events-all-box img{
        max-height: none;
        width: 100%; 
    }
    .events-ongo .events-container{
        font-size: 0;
    }
    .events-ongo .events-ongo-item, 
    .about-events-box .events-ongo-item,
    .about-events-box .events-all-box{
        height: 140px;
    }
    .events-ongo .events-ongo-item img{
        width:100%;
        max-height: none;
    }
    .events-bg .search-bar h3.title{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .events-detail-list{
        margin-top: 60px;
    }
    .events-detail-btn div + div {
        margin-top: 20px;
    }
    .enterprise-box .image{
        height: 220px;
    }
    .search-bar-box{
        width: 100%;
        float: none;
    }
    .events-galleries-slider{
        margin: 0px 40px 40px 40px;
    }
    .spring-history-flower.f01{
        right: -300px;
    }
    .spring-history-flower.f03{
        left: -130px;
    }    
    .spring-history-flower.f05{
        right: -270px;
    }
    .index-event .owl-carousel a .photo{
        height: 220px;
    }
}
@media (max-width: 992px) {
    .spring-history{
        border: none;
        padding: 0;
    }
    .spring-history-box{
        padding: 50px 15px 30px 15px;
    }
    .spring-section-text{
        width: 100%;
        margin-left: 0;
    }
    .spring-section{
        display: none;
        padding-top: 20px;
    }
    .spring-section-text-year{
        display: none;
    }
    .spring-history-tag,.spring-section.active{
        display: block;
    }
    .spring-history-title{
        margin: -80px auto 30px auto;
        max-width: 80%;
    }
    .spring-history-flower{
        display: none;
    }
    .witness-photo-slider .flex-viewport{
        width: 100%;
        float: none;
    }
    .witness-photo-slider .flex-control-nav{
        padding-left: 0px;
        float: none;
        width: 100%;
        margin-top: 4px;
    }
    .witness-photo-slider .flex-control-nav li{
        margin:0px 2px 4px 2px;
    }
    .witness-photo-slider .slides>li{
        height: 400px;
    }
    .enterprise-bg{
        background-image: url(../images/enterprise_bg_m.png);
        background-attachment: fixed;
    }
    .enterprise-box .text{
        margin-bottom: 20px;
    }
    .enterprise-box .title h3{
        font-size: 25px;
    }
    .enterprise-box .title p{
        font-size: 15px;
    }
    .enterprise-photos li{
        width: 33.3333%;
    }
    .enterprise-box .image{
        height: 300px;
    }
    .pair-kv{
        padding: 40px 0 0 0;
    }
    .pair-kv .container, .lovesalon .container{
        padding: 0;
        width: 100%;
    }
    .pair-kv.typeAll{
        background-image: url(../images/pair_bg_m_all.jpg);
    }
    .pair-kv.type1{
        background-image: url(../images/pair_bg_m_01.jpg);
    }
    .pair-kv.type2{
        background-image: url(../images/pair_bg_m_02.jpg);
    }
    .pair-kv.type3{
        background-image: url(../images/pair_bg_m_03.jpg);
    }
    .pair-kv.type4{
        background-image: url(../images/pair_bg_m_04.jpg);
    }
    .pair-kv.type5{
        background-image: url(../images/pair_bg_m_05.jpg);
    }
    .pair-kv.type6{
        background-image: url(../images/pair_bg_m_06.jpg);
    }
    .pair-kv.typeAll .people, .pair-kv.type1 .people, .pair-kv.type2 .people, .pair-kv.type3 .people, .pair-kv.type4 .people, .pair-kv.type5 .people, .pair-kv.type6 .people{
        display: block;
        margin-bottom: 0px;
        margin-top: 15px;
        width: 100%;
    }
    .pair-kv-text{
        width: 100%;
        margin-top: 10px;
    }
    .title-sub2{
        font-size: 55px;
        margin: 15px auto 20px auto;
    }    
    .pair-kv-text p{
        font-size: 15px;
        line-height: 1.7;
        color: #000;
        padding: 0px 15px;
    }
    .pair-kv-text p span{
        color: #0071bc;
    }
    .pair-kv-text .spring{
        color: #ca3167;
        font-size: 27px;
        line-height: 1.5;
        margin: 15px 0;
    }
    .pair-kv-text .btn-black{
        width: auto;
        font-size: 18px;
        padding: 10px 5px;
        margin: 0 auto;
    }    
    .pair-kv.type1 .pair-kv-text .title-main{
        background-color: #ca3167;
    }
    .pair-cta{
        text-align: center;
        color: #fff;
        background-color: #999;
        padding: 20px 0;
    }
    .pair-cta p{
        margin: 0;
    }
    .pair-kv.typeAll .pair-kv-text .spring, .pair-kv-text .pair-cta .spring, .pair-kv.type2 .pair-kv-text .spring, .pair-kv.type3 .pair-kv-text .spring, .pair-kv.type4 .pair-kv-text .spring, .pair-kv.type5 .pair-kv-text .spring, .pair-kv.type6 .pair-kv-text .spring{
        font-size: 23px;
        color: #fff;
        margin: 0 0 10px 0;
    }
    .pair-cta a{
        color: #fff;
    }
    .location-place-block .location-place-box{
        height: auto;
    }    
    .aboutus-main-title{
        width: 70%;
        padding: 15px 30px;
    }    
    .about-register .col-md-1, .about-register .col-md-2, .about-register .col-md-3{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }
    .about-events-box{
        margin-top: 30px;
        padding: 30px;
    }
    .aboutus2-list .circle{
        margin: 0 auto;
        float: none;
    }
    .aboutus2-list li{
        margin: 0 0 30px 0;
        text-align: center;
    }
    .aboutus2-list li:nth-of-type(even){
        margin-top: 0px;
    }
    .aboutus2-list .text{
        width: 90%;
        margin: 0px auto;
        padding-top: 15px;
        float: none;
    }
    .sevice-form .col-md-4, .sevice-form .col-md-6, .service-form .col-md-4, .service-form .col-md-6{
        margin-bottom: 10px;
    }
    .spring-page .nav-tabs{
        display: block;
        margin-bottom: 20px;
    }
    .spring-page .tab-content>.tab-pane{
        width: 100%;
        float: none;
        display: none;
        padding: 0px;
    }
    .spring-page .tab-content>.active{
        display: block;
    }
    .spring-page .fade.in{
        opacity: 1;
    }
    .spring-page .fade{
        opacity: 0;
    }
    .lovesalon{
        background-image: url(../images/lovesalon_m_bg.jpg);
        padding: 40px 0 0 0;
        height: auto;
    }
    .lovesalon .pair-kv-text p.margin-bottom-m{
        margin-bottom: 150px;
    }
    .lovesalon .pair-kv-text::after{
        left: -50%;
        right: -50%;
        top: -50%;
        bottom: 0;

        width: 700px;
        height: 700px;
        z-index: -1;
    }
    .lovesalon-loveclass-link a{
        font-size: 17px;
    }
    .lovesalon .people{
        display: block;
        width: 100%;
    }
    .lovesalon-promo h3{
        font-size: 29px;
        margin: 0 0 15px 0;
    }
    .lovesalon-promo p.txt{
        font-size: 17px;
        margin: 0 0 30px 0;
    }
    .lovesalon-promo .txt-a{
        display: none;
    }
    .lovesalon-promo .txt-b{
        display: block;
        font-size: 47px;
        padding: 8px;
        background-color: #ff56a7;
        color: #fff;
        margin: 10px -15px;
    }
    .login-box{
        min-height: auto;
    }
    .login-box-submit-login{
        margin-top: 40px;
    }
    .login-box-header{
        background-color: #808080;
        padding: 15px 20px;
    }
    .login-box-content{
        padding: 20px 20px;
    }
    .coach-slider::before{
        left: 0;
    }
    .coach-slider::after{
        right: 0;
    }    
    .coach-title{
        font-size: 35px;
    }
    .coach-text{
        font-size: 17px;
    }
    .profile-photo-slider .slides{
        max-height: 600px;
    }
    .profile-photo-slider .flex-control-nav.flex-control-thumbs li{
        height: 100px !important;
    }
    .profile-first-list{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .profile-first-list dt, .profile-first-list dd{
        font-size: 13px;
    }
    .fast-register-block .margin-bottom-xs-15{
        margin-bottom: 15px;
    }
    .profile-photos{
        width: 80%;
        margin: 0 auto;
    }
    .about-events-box .events-ongo-item,
    .about-events-box .events-all-box{
        height: 400px;
    }
}
@media (max-width: 980px) {
    .spring-search-member .photo-item{
        width: 25%;
    }
}
@media (max-width: 896px) {
    .events-all-box, .media-bg .events-all-box{
        height: 200px;
    }
    .table.table-events>tbody>tr td:first-child, .table.table-events>thead>tr td:first-child, .table.table-events>thead>tr th:first-child{
        padding-left: 60px;
    }
    .table.table-events>tbody>tr td:last-child, .table.table-events>thead>tr td:last-child, .table.table-events>thead>tr th:last-child{
        padding-right: 60px;
    }
    .index-event .owl-carousel a .photo{
        height: 300px;
    }
}
@media (max-width: 768px) {
    .spring-search-member .photo-item{
        width: 33.3333%;
    }
    .events-ongo .events-ongo-item{
        height: 190px;
    }
    .about-events-box .events-ongo-item,
    .about-events-box .events-all-box{
        height: 260px;
    }    
}
@media (max-width: 630px) {    
    .photo-item{
        padding: 0 5px;
    }
    .photo-item .photo, .profile-member .photo-item .photo{
        height: 100px;
    }
    .photo-item a{
        margin-bottom: 10px;
    } 
    .index-promo-slide{
        width: 100%;
    }
    .index-promo-slide::before, .index-promo-slide::after{
        display: none;
    }
    .index-socila-media .btn-social{
        width: 45px;
        height: 45px;
        line-height: 40px;
        font-size: 24px;
    }
    .index-kv-title h1{
        font-size: 28px;
    }
    .index-member h3, .index-promo h3, .index-event h3, .index-loveclass h3{
        font-size: 34px;
    }
    .index-occupation{
        padding: 40px 0;
    }
    .index-kv-register{
        position: relative;
        left: auto;
        bottom: auto;        
        right: auto;
        top: auto;
        padding-top: 0;
        padding-left: 0;
        margin: auto;
        width: auto;
    }
    .index-kv .owl-carousel .owl-item div{
        height: 0;
        padding-top: 65%;
        overflow: hidden;
    }
    .index-kv .owl-carousel .owl-item div img{
        height: auto;
    }
    .index-kv-box{
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background-color: #0071bc;
    }
    .index-kv-box h5, .index-kv-box h3{
        color: #fff;
        text-align: center;
    }
    .index-kv-box h3{
        margin-bottom: 0;
    }
    .index-kv-box .confirm, .index-kv-box .confirm a{
        color: #fff;
    }
    .index-kv-box .toggle{
        display: none;
        margin-top: 30px;
        overflow: hidden;
    }
    .index-kv-box.active .btn-toggle i{
        display: none;
    }
    .index-nav-btns li a, .index-nav-btns div a{
        font-size: 14px;
    }    
    .index-lovestor-title-t{
        padding: 0 40px;
        width: 100%;
    }
    .index-lovestor-title-t + .index-lovestor-title-t{
        display: none;
    }
    .register-box .nav-tabs>li + li{
        margin-left: 0;
    }
    .register-form{
        padding: 40px 0 40px 0;
    }
    .register-steps-imgs{
        display: none;
    }
    .register-block .register-box{
        padding: 30px 30px;
    }
    .register-note .photo li{
        width: 70%;
    }
    .register-note .photo li + li{
        margin-left: 0;
        margin-top: 10px;
    }
    .register-block .register-steps li.active.done{
        font-size: 45px;
    }
    .idcard{
        width: 100%;
    }    
    .member-table .table>thead>tr>th img{
        display: none;
    }
    .member-table .table>thead>tr>th:nth-of-type(2){
        background-image: linear-gradient(to bottom, #2179a1, #3ebcf6);
        color: #fff;
    }
    .member-table .table>thead>tr>th:nth-of-type(3){
        background-image: linear-gradient(to bottom, #735d8f, #b493db);
        color: #fff;
    }
    .member-table .table>thead>tr>th:nth-of-type(4){
        background-image: linear-gradient(to bottom, #a47b1e, #f2b936);
        color: #fff;
    }
    .member-table .table>thead>tr>th:nth-of-type(5){
        background-image: linear-gradient(to bottom, #a04274, #f069b1);
        color: #fff;
    }
    .member-table .table>tbody>tr>td + td{
        border-left:1px solid #ddd;
    }
    .member-table .table>thead>tr>th>span{
        /* display: none; */
    }
    .member-table .table>tbody>tr:first-child >td{
        padding-top: 8px;
    }
    .member-table{
        margin-top: 20px;
    }
    .member-table .table>thead>tr>th:last-child:after{
        display: none;
    }
    .member-table .table>thead>tr>th:nth-last-of-type(2):after{
        display: none;
    }
    .register-box .table-responsive{
        overflow-x: auto;
    }
    .register-box-content .text-red{
        text-align: left;
    }
    .location-kv{
        background: url(../images/location_bg_mobile.jpg);
        min-height: auto;
        background-size:cover;
    }
    .location-kv-text{
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        margin-top: 40px;
        width: 100%;
    }
    .location-kv-box{
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
        border: none;
        background-color:transparent;
    }
    .location-kv-text h1{
        font-size: 46px;
    }
    .location-kv-text p{
        font-size: 13px;
    }
    .location-kv .people{
        display: block;
        width: 100%;
    }
    .location-title{
        padding: 20px 0;
    }
    .location-title h2, .pair-title h2{
        font-size: 23px;
    }
    .location-place-box{
        margin-bottom: 40px;
    }
    .location-photos{
        background: url(../images/location_bg_mobile.jpg) center;
        background-size:cover;
        padding: 40px 0;
    }
    .location-photos h1{
        font-size: 46px;
        text-align: center;        
    }
    .location-place-block h3, .location-photo-show h3, .location-staff h2{
        font-size: 34px;
    }
    .location-staff-txt{
        height: auto;
    }
    .location-staff-item li{
        margin-bottom: 30px;
    }
    .btn-toggle{
        cursor: pointer;
    }
    .index-kv-register .btn-toggle i{
        padding: 0 2px;
        display: inline;
    }
    .events-bg{
        padding:40px 0;
        background-size: 100% 700px;
        background-position: center top;
        background-image: url(../images/events_bg_m.jpg);
        background-attachment: scroll;
    }
    .media-bg{
        background-image:none;
        background-color:#fff;                       
        padding:40px 0;
    }
    .events-bg.enterprise-bg{
        background-image: url(../images/enterprise_bg_m.png);
        background-attachment: scroll;
    }
    .events-bg::after{
       display: none;       
    }
    .events-bg h3.title, .events-ongo h3.title{
        text-align: center;
    }
    .events-kv{
        margin-bottom: 40px;
    }
    .events-kv .events-container{
        padding: 0;
    }
    .events-kv .events-txt{
        width: 80%;
        margin: 0 auto 15px auto;
    }
    .events-kv .owl-pagination{
        display: block;
    }
    .events-type .events-container{
        padding: 0;
    }
    .events-hot{
        margin-bottom:30px;
    }
    .events-hot .events-container{
        padding: 0 15px;
    }
    .events-hot .events-hot-inner{
        margin: 0;
    }
    .events-hot-box{
        height: 215px;
    }
    .events-type-block{
        padding: 0 8px;
    }
    .search-bar  .events-container{
        text-align: center;
        padding:30px 15px;
    }
    .events-bg h3.title::after, .events-ongo h3.title::after{
        display:none;
    }
    .events-box{
        background-color: transparent;
        box-shadow: none;
    }
    .events-box h1{
        text-align: center;
        line-height: 1.3;
        padding: 0 15px;
    }
    .events-txt{
        text-align: center;
        font-size: 15px;
    }
    .events-all-box, .media-bg .events-all-box{
        height: 200px;
    }
    .events-all .events-container{
        padding: 40px 15px;
    }
    .btn-type{
        width:100%;
        font-size: 22px;
    }
    .events-type h3, .pair-feature h3{
        font-size: 24px;
    }
    .events-box h1 > i.line{
        display: none;
    }
    .events-box h1 > span{
        display:block;
        font-size: 18px;
    }
    .events-slider{
        padding: 0;
        box-shadow: none;
    }
    .events-type-item-txt{
        height:auto;
    }
    .events-ongo-col{
        width: 100%;
    }
    .events-ongo .events-container{
        padding: 40px 15px;
    }
    .events-ongo .events-ongo-item{
        height: 200px;
    }
    .about-events-box .events-ongo-item, 
    .about-events-box .events-all-box{
        height: 180px;
    }
    .search-bar-box > div{
        margin-bottom: 15px;
    }
    .events-detail .events-container{
        padding: 30px 0px 0px 0px;
    }
    .events-detail .owl-pagination{
        display:block;
    }
    .events-detail-list{
        background-color: #fff;
        padding: 20px 20px;
        margin: 60px -20px 0 -20px;
    }
    .events-detail-type{
        top: -40px;
    }
    .events-top, .events-bottom{
        padding: 0 20px;
    }
    .events-detail-bottom-share, .events-detail-bottom-btn{
        padding: 0 20px;
    }
    .events-detail-share{
        display: none;
    }
    .events-detail-btn, .events-detail-bottom-btn{
        margin-top: 20px;
    }
    .events-detail h2, .witness-point{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .events-top .events-slider-obj{
        margin: 0 -20px;
    }
    .events-photo-list{
        background-color: #fff;
    }
    .table.table-events>tbody>tr td:first-child, .table.table-events>thead>tr td:first-child, .table.table-events>thead>tr th:first-child{
        padding-left: 15px;
    }
    .table.table-events>tbody>tr td:last-child, .table.table-events>thead>tr td:last-child, .table.table-events>thead>tr th:last-child{
        padding-right: 15px;
    }
    .events-top-title{
        padding: 0px 15px 80px 15px;
    }
    .events-top-title h1{ 
        font-size: 48px;
    }
    .events-top-title p{
        font-size: 13px;
        line-height: 1.8;
    }
    .events-top-title p:nth-of-type(2) {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .events-galleries-slider{
        margin:0px;
    }
    .events-galleries .events-container{
        padding: 40px 15px;
    }
    .events-photo-list .events-container{
        padding: 40px 15px;
    }
    .media-bg .events-kv .events-container{
        padding: 0px 15px 0px 15px;
    }
    .media-image{
        height: 300px;
        margin-bottom: 30px;
    }
    .media-pagination{
        text-align: center;
    }
    .media-rg{
        display: block;
    }
    .witness-banner{
        width: auto;
        margin-right: -15px;
        margin-left: -15px;
    }
    .witness-photo-slider .slides>li{
        height: 200px;
    }
    .enterprise-bg .events-detail{
        background-color: #fff;
        margin: 0 15px 40px 15px;
    }
    .enterprise-bg .events-detail .events-container{
        padding: 30px 0px 30px 0px;
    }
    .enterprise-bg .events-top .enterprise-box{
        background-color: transparent;
    }
    .enterprise-bg .events-top, .enterprise-bg .events-bottom{
        background-color: transparent;
    }
    .enterprise-box .image{
        height: 185px;
    }
    .enterprise-photos li{
        height: 65px;
    }
    .pair-feature .owl-carousel{
        margin-bottom: 0;
    }
    .pair-feature .owl-carousel .events-type-item{
        margin-bottom: 0;
    }
    .joininfo-box{
        padding: 30px 30px;
    }
    .aboutus2{
        padding: 60px 0 0 0;
    }
    .aboutus2 .index-events-ongo{
        background-color: #e6e6e6;
        padding-bottom: 20px;
    }
    .coach-slider .owl-carousel .owl-wrapper-outer{
        padding-bottom: 0;
    }
    .spring-service-balloon{
        display: none;
    }
    .profile-page{
        padding: 0px 15px;
    }
    .profile-photo-slider .slides{
        max-height: 260px;
    }
    .profile-photo-slider .flex-control-nav.flex-control-thumbs li{
        height: 50px !important;
    }
    .profile-basic-list dt, .profile-basic-list dd{
        font-size: 15px;
        margin-bottom: 8px;
    }
    .profile-basic-list dt{ 
        width: 44px;
    }
    .profile-basic-list dd{
        width: calc(100% - 44px);
    }
    .aboutus-main-box{
        padding: 30px;
    }
    .spring-search{
        padding: 0px 15px;
    }
    .spring-search .form-group div:first-child {
        margin-bottom: 15px;
    }
    .spring-search-text{
        text-align: center;
    }
    .spring-search-fail .spring-search-text{
        min-height: 150px;
    }
    .search-submit{
        padding: 0;
    }
    .footer{
        font-size: 12px;
    }
    .footer .fb{
        width: 100%;
        margin-top: 30px;
        overflow: hidden;
    }
    .pcs-mh{
        display: none;
    }
    .ms-pch{
        display: block;
    }
    .index-event .owl-carousel a .photo{
        height: 180px;
    }
    #news-letter{
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
    .news-letter-header h5, .news-letter-title{
        padding-right: 60px;
    }
}