@charset "UTF-8";
/* CSS Document */

.service_products {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.service_products:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*
    background: url("/theme/henalhome/design/img/bg_about_service.jpg") center center no-repeat;
    
    opacity: 0.2;
    */
    position: absolute;
    top: 0;
    left: 0;
    animation: grow infinite alternate ease-in-out 8s;
}

/*
@keyframes grow {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);

    }
}
*/

#henal_tabshop {
    clear: both;
    width: 100% !important;
}

h4.main_title_style {
    text-align: center;
    font-size: 200%;
    font-weight: normal;
    color: #222;
    padding-bottom: 20px;
}

@media(max-width:1100px) {}

@media(max-width:992px) {
    h4.main_title_style {
        font-size: 150%;
    }
}

@media(max-width:768px) {
    h4.main_title_style {
        font-size: 130%;
    }
}

@media(max-width:480px) {
    h4.main_title_style {
        font-size: 110%;
    }
}






#henal_tabshop ul.tabs_item {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    height: auto;
    border-bottom: 0px solid #eee;
    width: 100%;
    text-align: center;
}

#henal_tabshop ul.tabs_item li {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    width: 20%;
    height: auto;
    line-height: 50px;
    margin: 0 5px;
    color:#fff !important;
    background:#237bc9;
    border:3px solid #237bc9;
    overflow: hidden;
    position: relative;
    font-size: 140%;
    font-weight: 500;
    letter-spacing: -1px;
    -webkit-transition: 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

#henal_tabshop ul.tabs_item li.end {
    width: 34%;
}

#henal_tabshop ul.tabs_item li.active {
    background: #fff;
    color: #237bc9 !important;
    border:3px solid #237bc9;
}

#henal_tabshop ul.tabs_item li:hover {

    z-index: 2;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}


#henal_tabshop .tab_container {
    border: 0px solid #eee;
    border-top: 0px;
    clear: both;
    float: left;
    width: 100%;
    height:auto;
}

#henal_tabshop .tab_content {
    padding: 0px;
    display: none;
    width:400px;
    margin:0 auto;
}



#henal_tabshop {
    width: 385px;
    margin: 0 auto;
}

@media(max-width:1100px) {}

@media(max-width:992px) {
    #henal_tabshop ul.tabs_item {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:480px) {}

.data_content {
    padding: 0 !important;
}
