
.black-contain {
    background-color: var(--red);
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    display: none !important;
}

.white-contain {
    background-color: #fff;
    /* max-width: 1200px; */
}

.breadcrumb-wrap {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding-top: 40px;
}

.breadcrum ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.breadcrum ul li {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.breadcrum ul li a:hover {
    text-decoration: underline !important;
}

.breadcrum ul li.breadcrum-title a:hover {
    text-decoration: none !important;
}

.breadcrum ul a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-right: 5px;
}

.breadcrum ul li:last-child::after {
    content: "";
}

.breadcrum ul li::after {
    content: ">";
    /* margin-left:5px; */
}


.search-contain,
.list-item-contain {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.search-contain {
    padding-bottom: 0px;
}

.clb-count h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 90px;
    /* margin-top: 80px; */
    color: #000;
    margin-bottom: 40px;
}

.clb-item:first-child {
    border-top: 1px solid #FFFFFF;
}

.clb-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #FFFFFF;
}

.clb-left-contain {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    padding-right: 205px;
}

.clb-left-contain .clb-left-content .item-title,
.clb-left-contain .clb-left-content .description {
    width: 100%;
}

.clb-left-contain .explore-more a {
    margin-right: 8px;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

.clb-left-contain .explore-more a:hover {
    text-decoration: none;
    color: unset;
}

.clb-left-contain .explore-more img {
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.clb-left-contain .explore-more:hover img {
    transform: translate(5px, 0);
}

.clb-left-content .item-title {
    margin-bottom: 8px;
}

.clb-left-content .description {
    margin-bottom: 16px;
}

.clb-left-content .information-content {
    margin-bottom: 22px;
}

.clb-left-content .information-content .address {
    margin-bottom: 0px;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.clb-left-content .information-content .hot-line {
    margin-bottom: 23px;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.clb-left-content .information-content .opening-hours {
    margin: 0;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.clb-left-contain .btn-submit .submit-trial {
    background: #DA2128;
    box-sizing: border-box;
    border-radius: 0;
    max-width: 180px;
    margin-right: 0;
    color: #fff;
    padding: 11px 30px;
    font-size: 15px;
    line-height: 18px;
    
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.015em;
}

.clb-left-contain .btn-submit .submit-trial:hover {
    text-decoration: unset;
    background-color: var(--hover);
}

.clb-left-contain .explore-contain {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}

.clb-left-contain .explore-contain .btn-submit a:hover {
    text-decoration: none;
}

.clb-left-contain .explore-contain .btn-submit a button:focus {
    outline: none !important;
}

.clb-right-contain {
    width: 50%;
    height: 100%;
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    /* padding-bottom: calc(50% *( 2 / 3)); */
}

#club_contain .list-item-contain h2 {
    
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

@media (min-width:769px) {
    .clb-right-contain {
        height: 400px;
    }
}

.clb-right-contain img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-title h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    width: 80%;
    /* identical to box height, or 150% */
    color: #000;
}

.clb-item .description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    width: 80%;
}

/* test */

.mobile-shadow {
    width: 100%;
    height: 100%;
    background: rgba(196, 196, 196, 0.6);
    /* border-radius: 8px; */
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    display: none;
}

#myInput {
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    /* background: #141414; */
    padding: 14px 20px 12px 10px;
    border: none;
    /* border-bottom: 1px solid #ddd; */
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    height: 46px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: var(--red);
    margin: 0;
    width: 100%;
    border: 0;
    box-shadow: none;
}

#myDropdown_inside::-webkit-scrollbar {
    width: 2px;
    margin-right: 28px;
    background: #E3E3E3;
    border-radius: 8px;
}

#myDropdown_inside::-webkit-scrollbar-thumb {
    background: #DA2128;
    border-radius: 8px;
}

#myDropdown_inside::-webkit-scrollbar:hover {
    border: #141414 1px solid;
}

#myInput:focus {
    outline: unset;
}

.search-clb-dropdown {
    position: relative;
    display: inline-block;
}

.drop-box-mobile {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}

.search-clb-dropdown-content {
    /* display: none; */
    position: absolute;
    background-color: #383838;
    min-width: 230px;
    overflow: auto;
    margin-top: 47px;
    /* border: 1px solid #ddd; */
    z-index: 5;
    width: 400px;
    /* overflow: scroll; */
    max-height: 192px;
}

.search-clb-dropdown-content::-webkit-scrollbar {
    width: 2px;
    margin-right: 28px;
    background: #E3E3E3;
    border-radius: 8px;
}

.search-clb-dropdown-content::-webkit-scrollbar-thumb {
    background: #DA2128;
    border-radius: 8px;
}

.search-clb-dropdown-content::-webkit-scrollbar:hover {
    border: #141414 1px solid;
}

.search-box-district {
    display: flex;
    width: 100%;
    position: relative;
}

.search-clb-dropdown-content>a {
    padding: 12px 24px;
}

.search-clb-dropdown-content a,
.search-clb-dropdown-content span {
    text-decoration: none;
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    max-height: 48px;
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.search-clb-dropdown-content span label {
    width: 100%;
    font-weight: normal;
    padding: 12px 24px;
    pointer-events: all !important;
}

.search-clb-dropdown-content a label,
.search-clb-dropdown-content span label {
    pointer-events: none;
    cursor: pointer;
    font-weight: normal;
}

.mobile-header-search-box {
    display: none;
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    padding: 12px 24px;
    margin: 0;
}

.search-box {
    display: flex;
    width: 100%;
    position: relative;
}

.show {
    display: block;
}

.search-clb-dropdown-content a:hover,
.search-clb-dropdown-content span:hover {
    background: #E1E1E1;
    color: #141414;
    text-decoration: unset !important;
}

.search-group {
    display: flex;
    flex-direction: row;
    width: 400px;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.search-group form {
    width: 100%;
}

#icon-search-dropdown,
#icon-search {
    cursor: pointer;
}

#icon-search-dropdown {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out;
}

/* #myInput:focus ~.show {
    display: block;
  } */
.quest-contain {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
    
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
}

.quest-contain h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.quest-contain strong span {
    font-weight: 400;
}

/*.quest-item{
    display: flex;
    flex-direction: column;
  }
  .quest-title{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #141414;
    margin-bottom:24px;
  }
  .quest-title p:first-child ,.quest-contain p:first-child {
    margin: 0;
  }
  .quest-content{
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
  }*/

.quest-item:first-child,
.quest-item:last-child {
    margin: 0;
}

.quest-item {
    margin: 40px 0;
}

.blog-contain {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}

.blog-item:nth-child(2) {
    margin: 0 24px;
}

.blog-image {
    height: 300px;
    width: auto;
}

.blog-image img {
    object-fit: cover;
}

.blog-title {
    margin: 24px 0 8px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #141414;
}

.blog-content {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
}

#blog-contain-mobile {
    display: none;
}

.show_more_quest {
    display: none;
}

.blog-read-more-button {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.blog-read-more-button p {
    margin: 0;
    margin-right: 8px;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */


    color: #141414;
}

.quest-read-more-button {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.quest-read-more-button p {
    margin: 0;
    margin-right: 8px;
}

/* responsive  */
@media(max-width:1030px) {

    .search-contain,
    .list-item-contain,
    .quest-contain,
    .blog-contain {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(max-width:768px) {
    .clb-item {
        flex-wrap: wrap;
        padding: 24px 0;
    }

    .body-contain {
        padding: 52px 0;
        padding-bottom: 0;
    }

    .breadcrum ul a {
        font-size: 12px;
    }

    .breadcrumb-wrap {
        padding: 32px 20px 8px;
        margin-top: 0;
    }

    .search-contain {
        padding-top: 32px;
    }

    .city-club-thumbnail {
        display: none;
    }

    .clb-left-contain {
        width: 100%;
        padding: 0;
    }

    .clb-right-contain {
        width: 100%;
        height: 100%;
        margin-top: 24px;
        overflow: hidden;
        position: relative;
        padding-bottom: calc(100% *(2 / 3));
    }

    .clb-right-contain img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    .clb-item .description {
        margin: 16px 0 24px;
    }

    .list-item-contain {
        padding: 24px 20px;
    }

    .search-group {
        width: 100%;
    }

    .search-box-district {
        position: unset;
    }

    .drop-box-mobile.show {
        display: block;
    }

    .search-box-district .show {
        display: flex;
    }

    .clb-item .description {
        width: 100%;
    }

    .search-clb-dropdown-content .search-clb-dropdown-content a label,
    .search-clb-dropdown-content span label {
        cursor: pointer;
    }

    .search-box-district .search-clb-dropdown-content {
        max-height: 60%;
        height: fit-content;
    }

    .search-clb-dropdown-content {
        left: 0;
        right: 0;
        width: 91vw;
        margin: auto;
        /* max-width: 374px; */
        margin-top: 70px;
        border-radius: 8px 8px;
    }

    .mobile-header-search-box {
        display: block;
        /* position: fixed; */
        /* top: 0; */
        z-index: 1;
        /* background-color: #f6f6f6; */
        max-width: 91vw;
    }

    .search-clb-dropdown-content a:nth-child(2) {
        /* margin-top: 48px; */
    }

    /* #myInput:focus ~.mobile-shadow{
      display: block;
      background: rgba(196, 196, 196, 0.6);
    } */
    .search-clb-dropdown-content a:hover {
        background-color: unset;
        color: #141414 !important;
    }

    .show_more_quest {
        display: block;
    }

    #blog-contain-desk {
        display: none;
    }

    .blog-item:nth-child(2) {
        margin: 0;
    }

    #blog-contain-mobile {
        display: block;
    }

    .blog-item {
        /* margin: 0 10px; */
        padding: 0 10px;
    }




    .search-clb-dropdown-content a:after,
    .search-clb-dropdown-content span:after {
        content: " ";
        height: 14px;
        width: 15px;
        border-radius: 100%;
        border: solid 2px #141414;
        z-index: 0;
    }

    .search-clb-dropdown-content a label {
        pointer-events: none !important;
    }

    .search-clb-dropdown-content a label,
    .search-clb-dropdown-content span label {
        width: 100%;
        cursor: pointer;
        margin: 0;
        pointer-events: all;
    }

    .search-clb-dropdown-content span {
        padding: 12px 24px;
    }

    .search-clb-dropdown-content span label {
        padding: 0;
    }

    .search-clb-dropdown-content a label::after,
    .search-clb-dropdown-content span label::after {
        content: " ";
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #141414;
        display: none;
        position: absolute;
        right: 28px;
        margin-top: -17px;
    }

    .search-clb-dropdown-content input:checked~label::after {
        display: block;
    }

    .quest-item:nth-child(n+2) {
        max-height: 0px;
        height: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height .3s ease-in-out;
    }

    .quest-contain img {
        width: 100% !important;
    }

    /* .show {display: flex;} */
}

@media(max-width:425px) {
    .quest-contain {
        padding-bottom: 32px;
        padding-top: 32px;
    }


    .quest-read-more-button {
        display: flex;
    }

    .clb-count {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 8px;
    }

    .search-clb-dropdown-content {
        left: 0;
        right: 0;
        width: 91vw;
        max-height: 432px;
        margin-top: 0;
    }

    .item-title h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
    }

    .clb-item .description {
        font-size: 14px;
        /* line-height: 17px; */
    }

    .clb-item .explore-more {
        font-size: 14px;
        line-height: 17px;
    }

    .quest-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .quest-content {
        font-size: 14px;
        line-height: 21px;
    }

    .quest-item:nth-child(2) .quest-title {
        margin-top: 12px !important;
    }

    .quest-item:nth-child(n+2) .quest-content {
        margin-bottom: 12px !important;
    }

    .clb-left-content .information-content .hot-line {
        margin-bottom: 16px;
    }
}

@media (max-width:420px) and (min-width:410px) {
    .clb-right-contain img {
        height: 250px;
    }
}