@font-face {
  font-family: Helvetica_Neue_Bold;
  src: url(../fonts/helvetica-neue-bold.ttf);
}
@font-face {
  font-family: Awesome;
  src: url(../fonts/fontawesome-webfont.ttf);
}
@font-face {
  font-family: Helvetica_Neue_Regular;
  src: url(../fonts/helvetica-neue-regular.ttf);
}
@font-face {
  font-family: Roboto_Slab_Bold;
  src: url(../fonts/RobotoSlab-Bold.ttf);
}
body {
    background: #fff;
}
.head-club-detail {
/*    position: relative;*/
    background-size: cover;
}
.desc-club {
/*    position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 170px;
    
}
.desc-club h1, .investment{
    color: #fff;
    font-size:var(--text-display);
    font-family:var(--font-base);
    text-align: center;
}
.desc-club h4, .investment-desc{
    color: #fff;
    font-size:var(--fs-18);
    font-family:var(--font-base);
    text-align: center;
}
h2 {
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 70px;
    text-transform: uppercase;
    font-family:var(--font-heading);
    font-size: 2.25rem;
    font-weight:var(--fw-bold);
    color: #000000;
    line-height: 2.25rem;    
}
.container_price table tr {
    height: 65px;
    border: 2px solid #ccc;   
    font-size:var(--fs-18);
    font-family:var(--font-base);    
}
.price_table > div {
    padding-left: 0px;
    padding-right: 0px;
}
.price_table > div table {
    width: 100%;
}
.price_table > div:not(:first-child) table tr {
    border-left: none; 
    font-size:var(--fs-18);
    font-family:var(--font-base);  
}
.price_table > div:first-child table tr {
    border-right: none; 
}
.price_table > div:not(:last-child) table tr {
    border-right: none; 
}
.price_table > div:not(:first-child) table tr td {
    text-align: center;
}
.price_table > div:first-child table tr td {
    padding-left: 40px;
}
.header_price {
    height: 140px;
    width: 100%;
    position: relative;
}
.add-to-cart {
    margin: 20px auto;
    display: block;
    height: 48px;
    background: #148cb4;
    color: #fff;
    font-size:var(--fs-18);
    font-family:var(--font-base);  
    text-align: center;
    border-radius: 24px;
    padding: 0 40px;
    line-height:var(--fs-24);
    border: none;    
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;    
    transition: all 0.4s;
}
.add-to-cart:hover{
    background: #157291;
}
.add-to-cart:focus {
    outline: none;
}
.header_price_inner {
    background: #148cb4;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 100px;
}
.header_price_inner p {
    padding-top: 40px;  
    text-align: center;
    text-transform: uppercase; 
    color: #fff;
    font-size:var(--fs-18);
    font-family:var(--font-base);  
}
.header_price_inner p span {
    text-transform: none;
}
.recommend {
    box-shadow:var(--shadow-1);
    z-index: 2;
    background: #fff;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.recommend:hover .header_price_inner,
.recommend .header_price_inner,
.recommend:hover button {
    background: #157291;
}
.recommend button {
    margin-bottom: 30px;
}
.tbl-price {
/*    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;   
    transition: all 0.4s;    */
}
.tbl-price.hover {
    box-shadow:var(--shadow-2);
    z-index: 3;
    cursor: pointer;
}
.tbl-price.hover .header_price .header_price_inner{  
    height: 140px;
/*    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -o-transition: height 0.4s;   
    transition: height 0.4s;     */
}
.tbl-price.hover .header_price .header_price_inner, 
.tbl-price.hover button {
    background: #157291;
}
.tbl-price.hover .header_price p {
    padding-top: 60px;
}
.tbl-price.hover.recommend .header_price p {
    padding-top: 50px;
}
.recommend:hover {
/*    box-shadow: -3px 0px 3px rgba(0,0,0,0.4), 3px 0px 3px rgba(0,0,0,0.4), 0 5px 7px rgba(0,0,0,0.5);
    -ms-transform: scale(1.05, 1); 
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);    */
}
.recommend .header_price_inner {
    height: 140px;
}
.recommend .header_price_inner p {
    padding-top: 50px;  
}
h4.panel-title a {
    display: block;   
    font-size:var(--fs-16);
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-family:var(--font-base);    
    background: none;
    color: #000;
    position: relative;   
    border: none;
    padding-right: 30px;
}
h4.panel-title a:after {
    content: '\f077';
    display: block;
    width: 15px;
    height: 15px;
    line-height:var(--fs-14);
    font-size:var(--fs-11);
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #157291;
    position: absolute;
    right: 15px;
    top: 12px;
}
h4.panel-title a.collapsed:after {
    content: '\f078';
}
.panel-default {
    border: none;
}
.panel-default > .panel-heading {
    color:#000;
    background: none;
    border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    text-align: justify;
}
h4.panel-title a span {
    display: none;
    padding-right: 15px;
}
h4.panel-title a span.minus {
    display: inline-block;
}
h4.panel-title a.collapsed {
    background: none;
    color: #000; 
    border-bottom: 2px dotted #d5d5d5;
}
h4.panel-title a.collapsed span.minus {
    display: none;
}
h4.panel-title a.collapsed span.plus {
    display: inline-block;
}
.panel-body {
    padding-left: 0px;
}
a.join {
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    height: 45px;
    border-radius: 22px !important;
    padding-left: 45px;
    padding-right: 45px;
    line-height:var(--fs-45);
    background: #f7941d;
    color: #fff;
    font-size:var(--fs-18);
    font-family:var(--font-base);  
    
}
.investment-act {
    text-align: center;
}
a.join:hover {
    background: #fff;
    color: #f7941d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;    
    transition: all 0.4s;    
}
.investment {
    margin-bottom: 25px;
    line-height:var(--fs-48);
}
.investment-desc {
    margin-bottom: 19px;
}
.view-all {
    text-align: center;
}
.view-all span{
    background: #157291;
    color: #fff;
    display: inline-block;
    height: 50px;
    border-radius: 25px;
    padding: 0 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;    
    transition: all 0.4s;  
    line-height:var(--fs-50);
    font-size:var(--fs-18);
    font-family:var(--font-base);  
    cursor: pointer;
}
.view-all span:hover {
    background: #148cb4;
}
.list-product {
    padding-bottom: 40px;
}
.list-product .col-md-4 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.list-product .col-md-4 .hover {
    position: absolute;
    bottom: -70px;
    height: 70px;
    background: rgba(20, 140, 180, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 15px;
    right: 15px;
    cursor: pointer;
}
.list-product .col-md-4 .hover p {  
    text-align: center;
    padding-top: 25px;
}
.list-product .col-md-4 .hover p a {
    font-size:var(--fs-16);
    font-family:var(--font-base);         
     color: #fff;
}
.list-product .col-md-4:hover .hover{
    transform: translateY(-70px);
}
.list-product .col-md-4 img{
    width: 100%;
    border: 1px solid #ccc;
    height: 174px;
}
.product {
    margin-bottom: 84px;
}
strong.price_number {
    font-size:var(--fs-20);
}
.price-area-title {
    font-size:var(--fs-30);
    font-family:var(--font-base);  
    text-align: center;
    padding-bottom: 85px;
}
.list-product .col-md-4:nth-child(n+4) {
    display: none;
}
.faq {
    padding: 100px 0;
}
h3.club-faq {
    text-transform: uppercase;
    overflow: hidden;
    padding-left: 50px;
}
h3.club-faq.group-1 {
    background: url(../images/sprites.png) no-repeat scroll 0 0;
}
h3.club-faq.group-3 {
    background: url(../images/sprites.png) no-repeat scroll 0 -30px;
}
h3.club-faq.group-2 {
    background: url(../images/sprites.png) no-repeat scroll 0 -60px;
}
h3.club-faq.group-4 {
    background: url(../images/sprites.png) no-repeat scroll 0 -90px;
}
.uk-icon-plus {
    margin: 0 !important;
}
.footer {
    background: url(../images/footer.jpg) no-repeat center;
    background-size: cover;
    margin-top: 5.5rem;
    padding: 75px 0;
}
.price .uk-icon-check{
    color: #18ac18;
}
.price .uk-icon-times{
    color: #f82e37;
}
.panel-heading {
    padding: 0px;
}
div.hidden {
    display: none;
}
@media (max-width: 1200px){
    #accordion {
           margin-left: 15px;
    margin-right: 15px;
    }
    .list-product .col-md-4 img{
        height: auto;
    }    
}
@media (max-width: 991px){
    .table-feature {
        display: none;
    }
    .price tr td {
        width: 100%;
        padding-left: 50%;
        position: relative;
    }
    .price tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        font-weight:var(--fw-bold);
    }   

    .recommend button {
        margin-bottom: 0px;
    }
    .recommend, .tbl-price {
        box-shadow: none !important;
    }   
    .price_table > div , .panel-group{
        padding-left: 15px;
        padding-right: 15px;
    }
    .desc-club {
        padding-top: 150px;
        padding-bottom: 120px;
    }   
    .price_table > div table tr {
        border-left: 2px solid #ccc !important;
        border-right: 2px solid #ccc !important;
    }    
}
@media (max-width: 767px){
    h3.club-faq {
        margin-left: 15px;
    }
    .desc-club {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .list-product {
        padding-left: 15px;
        padding-right: 15px;
    }
    #price-area {
        margin-left: 0px;
        margin-right: 0px;
    }
    .desc-club h1 {
    } 
}
@media (max-width: 375px){
    .price tr td:before {
        white-space: nowrap;
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
}