.body-contain {
    background-color: var(--white);
    padding-top: 60px;
}
.black-contain {
    background: var(--red);
    border-top: 1px solid;

}
.black-contain *{
    color: #fff !important;
}
hr {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.info-contain {
    background: var(--white);
    /* color: var(--white); */
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.name-contain h1 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    color: #000;
}

.description-contain {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 16px 0 32px;
}

.description {
    width: 25%;
}

.bussiness-contain {
    width: 25%;
}

.bussiness-contain .address-contain {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.bussiness-contain .address-contain a {
    color: unset;
}

.bussiness-contain .address-contain a:hover {
    text-decoration: none;
    color: var(--red);
}

.bussiness-contain .oprerating-hours {
    width: 100%;
    border-top: none;
}

.opening-hour {
    display: flex;
    justify-content: space-between;
}

.btn-submit-banner {
    padding: 18px 43px;
    
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background: #da2128;
    border-radius: 0;
    letter-spacing: -0.015em;
    border: unset;
    transition: background 0.3s ease-in-out;
}

.btn-submit-banner:hover {
    background-color: var(--hover);
    text-decoration: none;
    color: var(--white);
}

/* .practice-room-slider .item{
    position: relative;
} */
.practice-room-slider .image {
    image-rendering: pixelated;
}

.practice-room-slider .image img {
    display: block;
    max-width: 100%;
    max-height: 550px;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.practice-room-slider .image::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 20%);
    content: "";
    z-index: 9;
}

.practice-room-slider {
    position: relative;
    margin-bottom: 0 !important;
}

.submit-contain-header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    align-items: flex-end;
    display: flex;
    max-width: 1200px;
    margin: auto;
    z-index: 10;
}

.submit-header-content {
    
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 59px;
    color: #000;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.practice-room-slider .slick-dots {
    bottom: 30px !important;
}

.practice-room-slider .slick-dots li button:before {
    font-size: 35px;
    color: var(--white);
}

.practice-room-slider .slick-dots li.slick-active button:before {
    color: var(--white);
}

/* service contain  */

.sticky {
    position: sticky;
    height: auto;
    /* width: 100%; */
    top: 80px;
}

.title-big,
.title-service .title-big .title h2,
.clb-information-contain .title-big h2,
.submit-trying .title-big h2 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height, or 150% */

    color: #000;
}

.title-service .title-big .title {
    padding-right: 20px;
    word-break: break-word;
}

.service-contain {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.service-contain-readmore {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    /* text-decoration: underline; */
    width: 80%;
    margin-top: 16px;
}

.title-service {
    width: 40%;
}

.service-contain .item-contain {
    display: flex;
    width: 60%;
}

.service-contain .item-content img {
    display: none;
}

.column-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column-right {
    margin-top: 80px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-contain .item {
    /* margin: 0 20px 40px 0; */
    background: none;
    /* border: 1px solid #00000042; */
    box-sizing: border-box;
    width: 100%;
}

.column-left .item {
    padding: 0 20px 40px 0;
}

.column-right .item {
    padding: 0 0px 40px 20px;
    padding-right: 0;
}

.column-right .item:last-child {
    /* margin: 0 20px 0; */
    padding-right: 0;
}

.item-contain-mobile {
    display: none !important;
    /* max-height: 600px; */
    /* width: 90%; */
    margin: auto;
}

.item-contain-mobile .item {
    /* max-height: 600px; */
    width: 100%;
    margin: 0 0px;
    padding-right: 20px;
}

.item-contain-mobile .item-img {
    width: 100%;
}

.item-contain-mobile .item-img {
    padding-bottom: calc(100% * (4 / 3));
    object-fit: cover;
    height: 0;
    position: relative;
}

.item-contain-mobile .item-img img {
    /* object-fit: cover; */
    height: 100%;
    width: 100%;
    position: absolute;
}

.item-contain-mobile .slick-list {
    /* overflow: unset !important; */
    padding-left: 0px !important;
    padding-right: 34px !important;
}

.item-img {
    width: 100%;
    padding-bottom: calc(100% * (4 / 3));
    overflow: hidden;
    /* margin-bottom: 24px; */
    position: relative;
}

.item-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
}

.item-content {
    display: flex;
    padding: 24px 0 16px;
}

.item-content .content {
    /* padding-left: 16px; */
}

.service-contain .item span.title {
    
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.service-contain .item .text {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
     color: #000000; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-width: 100%;
    margin-top: 8px;
}

.read_more_place {
    display: flex;
    margin-bottom: 16px;
    text-align: start;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

.read_more_place span {
    
    font-style: normal;
    color: var(--white);
    /* identical to box height */
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    /* text-decoration-line: underline; */
}

.read_more_item {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

a:hover {
    text-decoration: none !important;
}

.read_more_item:hover span {
    text-decoration: none;
    margin-right: 8px;
}

.read_more_item:hover .icon-readmore {
    transform: translate(2px, 0);
}

.icon-readmore {
    margin-left: 5px;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

/* club contain  */

.clb-information-contain {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.clb-information-contain .title-big {
    width: 40%;
}

.infor-contain {
    color: var(--white);
    display: flex;
    /*justify-content: space-between;*/
    margin: 16px 0 11px;
}

.address-contain {
    width: 40%;
}

.address-contain .description {
    width: 75%;
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin: 0px 0 24px;
}

.address-contain .address {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    margin-bottom: 40px;
    width: 75%;
    display: flex;
    flex-direction: column;
}

.address-contain .address a {
    color: unset;
}

.address-contain .address a:hover {
    color: var(--white);
    text-decoration: none;
}

.address-contain .link-address {
    
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.address-contain .link-address a:hover {
    text-decoration: none;
}

.address-contain .link-address a span {
    font-weight: normal !important;
}

.title-small {
    
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 16px;
}

.clb-information-right-contain {
    width: 60%;
    display: flex;
    flex-direction: row;
}

.clb-information-right-contain .oprerating-hours {
    width: 50%;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
}

.flex-item {
    width: 70%;
    border-top: 1px solid var(--white);
    padding-top: 16px;
}

.oprerating-hours .title-small {
    margin-bottom: 16px;
}

.oprerating-hours .opening-hour {
    margin-bottom: 4px;
}

.oprerating-hours .opening-hour .day {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.oprerating-hours .opening-hour .hours {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.clb-information-right-contain .convenience-contain {
    width: 50%;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
}

.convenience-contain .title-small {
    margin-bottom: 16px;
}

.convenience-contain .infor ul {
    padding-left: 18px;
}

.convenience-contain .infor li {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #000;
}

.convenience-contain .infor li:last-child {
    margin-bottom: 0;
}

/* form contain  */
.white-contain {
    background: #ffffff;
}

.white-contain .title-big h2 {
    color: #141414;
}

.submit-trying .title-big h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 90px;
    width: 80%;
}

.clb-information-contain .submit-trying-readmore {
    width: 70%;
}

.submit-trying {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
}

.submit-trying-left {
    width: 50%;
    padding: 20px;
    display: flex;
    align-content: center;
    /* vertical-align: middle; */
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

/* .submit-trying-left .title-big{
    width: 100%;
} */
.submit-trying-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.submit-trying-readmore {
    display: flex;
    margin-bottom: 10px;
    text-align: start;
    /* padding: 0 10px; */
    flex-direction: row;
    align-items: center;
    margin-top: 14px;
}

.submit-trying-readmore span {
    
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #141414;
    /* text-decoration: underline; */
    width: 70%;
}

.form-contact-trial {
    width: 100%;
}

.form-contact-trial>div:nth-child(n + 1) {
    margin-top: 32px;
}

.form-contact-trial .first-row {
    display: flex;
    justify-content: space-between;
}

.form-contact-trial .first-row .user-name {
    width: 45%;
}

.input-contact-trial {
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid;
    
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    letter-spacing: -0.015em;

    color: rgba(0, 0, 0, 0.8);
}

.input-contact-trial {
    width: 100%;
    height: 45px;
}

.input-contact-trial:focus {
    outline: none;
}

/* quest contain  */
.quest-contain {
    
    font-style: normal;
    font-weight: normal;
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
    height: fit-content;
}

.quest-item {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.quest-item:first-child {
    margin-top: 0;
}

.quest-title {
    
    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: 21px;
    color: #141414;
}

.quest-contain {
    max-width: 1200px;
    margin: auto;
    padding: 80px 0;
    transition: max-height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.quest-title p:first-child,
.quest-contain p:first-child {
    margin: 0;
}

.btn.submit-trial {
    background: #da2128;
    border-radius: 0;
    
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.015em;
    color: var(--white);
    width: auto;
    margin-top: 40px;
    padding: 18px 42px;
    border: none;
    transition: background 0.3s ease-in-out;
}

.btn.submit-trial:hover {
    background-color: var(--hover);
    text-decoration: none;
    color: var(--white);
}

hr {
    display: none;
}

.quest-read-more-button {
    display: none;
    align-items: center;
    justify-content: center;
    
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.breadcrum ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.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; */
    color: #000;
}

@media (max-width: 768px) {
    .info-contain {
        padding: 32px 20px 64px;
    }

    .body-contain {
        padding-top: 52px;
    }

    .info-contain .name-contain {
        width: 100%;
    }

    .name-contain h1,
    .title-big,
    .title-service .title-big .title h2,
    .clb-information-contain .title-big h2,
    .submit-trying .title-big h2 {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        width: 100%;
    }

    .info-contain .name-contain {
        font-size: 40px;
        line-height: 60px;
    }

    .info-contain .description-contain {
        flex-direction: column;
        margin-top: 16px;
    }

    .description-contain .description {
        width: 100%;
        margin-bottom: 16px;
    }

    .description-contain .bussiness-contain {
        width: 100%;
    }

    .bussiness-contain .address-contain {
        margin-bottom: 16px;
    }

    .info-contain .button-contain {
        text-align: center;
    }

    .info-contain .btn-submit-banner {
        font-size: 15px;
        line-height: 18px;
        padding: 11px 30px;
    }

    .oprerating-hours,
    .convenience-contain {
        border: none;
        padding-top: 0;
    }

    .oprerating-hours .opening-hour {
        justify-content: flex-start;
    }

    .oprerating-hours .opening-hour .day {
        width: 42%;
    }

    .practice-room-slider .submit-header-content {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        bottom: 16px;
        left: 8px;
    }

    .practice-room-slider {
        padding-bottom: 32px;
    }

    .practice-room-slider img {
        height: 285px;
        object-fit: cover;
        width: 100%;
    }

    .practice-room-slider .item {
        margin: 0 5px;
    }

    .practice-room-slider .item .image {
        width: 100%;
        height: 100%;
        margin-top: 24px;
        overflow: hidden;
        position: relative;
        padding-bottom: calc(100% * (2 / 3));
    }

    .practice-room-slider .item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
    }

    .practice-room-slider .slick-list {
        padding: 0 15px !important;
    }

    .service-contain {
        padding: 32px 0;
        flex-direction: column;
    }

    .service-contain .title-service {
        width: 100%;
    }

    .service-contain .title-big {
        width: 100%;
        padding: 0 20px;
    }

    .service-contain-readmore {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .sticky {
        position: unset;
    }

    .service-contain .title-big .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
    }

    .service-contain-readmore span {
        font-size: 14px;
        line-height: 17px;
    }

    .item-contain {
        display: none !important;
    }

    .item-contain-mobile {
        display: block !important;
        margin-right: 0;
        margin-left: 20px;
    }

    .clb-information-contain {
        padding: 32px 20px;
    }

    .clb-information-contain .title-big {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        width: 100%;
    }

    .address-contain {
        width: 100%;
    }

    .infor-contain {
        flex-direction: column;
        margin-top: 8px;
    }

    .info-contain .address-contain {
        width: 100%;
    }

    .address-contain .description {
        width: 100%;
        margin-bottom: 16px;
    }

    .address-contain .address {
        width: 100%;
        margin-bottom: 16px;
    }

    hr {
        width: 100%;
        border-bottom: 1px solid var(--white);
        background: var(--white);
        display: block;
    }

    .oprerating-hours {
        width: 100%;
    }

    .infor ul {
        padding: 0 20px;
    }

    .submit-trying {
        padding: 32px 20px;
        flex-direction: column;
    }

    .submit-trying-left {
        width: 100%;
        padding: 0;
    }

    .submit-trying .title-big {
        width: 100%;
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
    }

    .submit-trying-readmore {
        margin-top: 8px;
    }

    .submit-trying-readmore span {
        width: 100%;
    }

    .submit-trying-right {
        width: 100%;
    }

    .form-contact-trial>div:first-child {
        margin-top: 0;
    }

    .submit-trial {
        margin: auto;
        margin-top: 32px;
        padding: 11px 30px;
        font-size: 15px;
        line-height: 18px;
    }

    .quest-contain {
        padding: 32px 20px;
        max-height: 500px;
        overflow: hidden;
        height: fit-content;
    }

    .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;
    }

    .quest-contain .quest-item:nth-child(n + 2) {
        max-height: 0px;
        height: 0;
        overflow: hidden;
        margin: 0;
        transition: max-height 0.3s ease-in-out;
    }

    .quest-contain img {
        width: 100% !important;
    }

    .quest-read-more-button {
        display: flex;
        margin-top: 32px;
        display: none;
    }

    .quest-read-more-button p {
        margin-right: 8px !important;
        margin-bottom: 0;
    }

    .btn.submit-trial {
        position: relative;
        
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.015em;
        padding: 11px 30px;
    }

    .clb-information-right-contain {
        flex-flow: column;
        width: 100%;
    }

    .clb-information-right-contain .oprerating-hours {
        width: 100%;
        justify-content: flex-start;
        margin: 0;
    }

    .clb-information-right-contain .convenience-contain {
        width: 100%;
        justify-content: flex-start;
        margin: 0;
    }

    .flex-item {
        width: 100%;
        border: none;
        padding: 0;
    }
}

@media (max-width: 420px) and (min-width: 410px) {
    .item-img img {
        height: 425px;
    }
}