header {
    position: relative;
    height: auto;
}

.fixed-navbar {
    width: 100%;
}

.navbar-nav {
    margin-left: 0 !important;
}

.campaign-detail-expired-warning-section {
    margin-top: 15px;
    margin-bottom: 50px;
}

.egg-icon-cinema {
    width: 32px;
    height: 32px;
    margin-top:1px;
    object-fit:contain;
}

    .egg-icon-cinema.empty-egg {
        margin-top: -5px;
    }

    @media only screen and (max-width: 850px) {
        .campaign-detail-expired-warning-section {
        margin-top: 20px;
    }

    .egg-icon-cinema {
        width: 53px;
        height: 35px;
         margin-top:-3px;
    }

        .egg-icon-cinema.empty-egg {
            margin-top: -7px;
        }

}

@media only screen and (max-width: 480px) {
    .campaign-detail-expired-warning-section {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.campaign-detail-warning {
    width: 100%;
    height: 60px;
    background: #ce241b;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign-detail-banner-section img {
    border-radius: 8px;
}

.campaign-detail-content-session-section {
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-content-session-section {
        margin-top: 20px;
    }
}

.campaign-detail-session {
    display: flex;
    gap: 6px;
}

.campaign-detail-session-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.015em;
    font-feature-settings: "zero" on, "ss01" on, "cv02" on, "kern" off;
    color: #ffffff;
    opacity: 0.76;
}

.campaign-detail-session-date {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.015em;
    font-feature-settings: "zero" on, "ss01" on, "cv02" on, "kern" off;
    color: #a9b933;
}

.campaign-detail-title-section {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-title-section {
        margin-top: 24px;
    }
}

.campaign-detail-title {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-detail-title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-detail-title {
        font-size: 60px;
        line-height: 72px;
    }
}

.campaign-detail-content {
    margin-top: 50px;
}

@media only screen and (min-width: 812px) {
    .campaign-detail-content {
        margin-top: 16px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-content {
        margin-top: 24px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-detail-content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-detail-content {
        margin-top: 24px;
    }
}

.campaign-detail-content p,
.campaign-detail-content span,
.campaign-detail-content h1,
.campaign-detail-content h2,
.campaign-detail-content h3,
.campaign-detail-content h4,
.campaign-detail-content h5,
.campaign-detail-content h6 {
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #f5f6f8;
    margin-bottom: 0;
}

.campaign-detail-content ul li,
.campaign-detail-content ul li span,
.campaign-detail-content ul li p,
.campaign-detail-content ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #f5f6f8;
    margin-bottom: 0;
    margin-left: 10px;
}

    .campaign-detail-content ul li p {
        line-height: 28px;
    }

@media only screen and (min-width: 812px) {
    .campaign-detail-content p,
    .campaign-detail-content span,
    .campaign-detail-content h1,
    .campaign-detail-content h2,
    .campaign-detail-content h3,
    .campaign-detail-content h4,
    .campaign-detail-content h5,
    .campaign-detail-content h6,
    .campaign-detail-content ul li,
    .campaign-detail-content ul li span,
    .campaign-detail-content ul li p,
    .campaign-detail-content ul li a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-content p,
    .campaign-detail-content span,
    .campaign-detail-content h1,
    .campaign-detail-content h2,
    .campaign-detail-content h3,
    .campaign-detail-content h4,
    .campaign-detail-content h5,
    .campaign-detail-content h6,
    .campaign-detail-content ul li,
    .campaign-detail-content ul li span,
    .campaign-detail-content ul li p,
    .campaign-detail-content ul li a {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-detail-content p,
    .campaign-detail-content span,
    .campaign-detail-content h1,
    .campaign-detail-content h2,
    .campaign-detail-content h3,
    .campaign-detail-content h4,
    .campaign-detail-content h5,
    .campaign-detail-content h6,
    .campaign-detail-content ul li,
    .campaign-detail-content ul li span,
    .campaign-detail-content ul li p,
    .campaign-detail-content ul li a {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .campaign-detail-content p,
    .campaign-detail-content span,
    .campaign-detail-content h1,
    .campaign-detail-content h2,
    .campaign-detail-content h3,
    .campaign-detail-content h4,
    .campaign-detail-content h5,
    .campaign-detail-content h6,
    .campaign-detail-content ul li,
    .campaign-detail-content ul li span,
    .campaign-detail-content ul li p,
    .campaign-detail-content ul li a {
        font-size: 16px;
        line-height: 24px;
    }
}

.campaign-detail-content ul {
    padding-left: 19px;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-content-list {
        padding-left: 0;
        margin-left: 1.2rem;
    }
}

.campaign-detail-content ul li {
    margin-bottom: 10px;
}

.mt-50 {
    margin-top: 50px;
}

.campaign-popular-action-buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 40px;
}

@media only screen and (max-width: 1440px) {
    .campaign-popular-action-buttons {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .campaign-popular-action-buttons {
        margin-top: 24px;
        flex-direction: column;
    }
}

.campaign-follow-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    width: 292.5px;
    height: 72px;
    background: #98a726;
    border-radius: 999px;
}

@media only screen and (max-width: 768px) {
    .campaign-follow-btn {
        width: 100%;
        height: 50px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-follow-btn {
        height: 36px;
        width: 158px;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-follow-btn {
        width: 200px;
        height: 46px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-follow-btn {
        width: 274px;
        height: 66px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-follow-btn {
        width: 292.5px;
        height: 72px;
    }
}

.campaign-follow-btn-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .campaign-follow-btn-title {
        margin-top: 0;
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-follow-btn-title {
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-follow-btn-title {
        font-size: 14px;
        line-height: 16px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-follow-btn-title {
        font-size: 22px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-follow-btn-title {
        font-size: 24px;
        line-height: 24px;
    }
}

.campaign-follow-btn-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 812px) {
    .campaign-follow-btn-date {
        font-size: 12px;
        line-height: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-follow-btn-date {
        font-size: 12px;
        line-height: 12px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 1440px) {
    .campaign-follow-btn-date {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
    }
}

.campaign-detail-swiper-section {
    margin-top: 66px;
    margin-bottom: 50px;
}

.campaign-detail-items-title h2 {
    font-weight: 600;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-items-title h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-detail-items-title h2 {
        font-size: 32px;
        line-height: 52px;
    }
}

.campaign-detail-swiper {
    margin-top: 32px;
}

.campaign-items-card {
    padding: 0;
    border: none;
    border-radius: 18px;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card {
        margin-bottom: 20px;
    }

    .campaign-detail-swiper {
        margin-top: 20px;
    }

    .swiper-pagination {
        display: none;
    }
}

.campaign-items-card img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.campaign-items-card .card-body {
    padding: 48px;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card .card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .campaign-items-card .card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-items-card .card-body {
        padding: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-items-card .card-body {
        padding: 18px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-items-card .card-body {
        padding: 48px;
    }
}

.campaign-items-card .card-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1e;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card .card-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-items-card .card-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-items-card .card-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-items-card .card-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.campaign-items-card .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    margin-bottom: 0;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .campaign-items-card .card-text {
        display: none;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-items-card .card-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-items-card .card-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1920px) {
    .campaign-items-card .card-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.campaign-item-buttons {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .campaign-item-buttons {
        flex-direction: column;
    }
}

.campaign-item-buttons .detail-info-btn {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #3d4245;
    border: 1.5px solid #cfd4dd;
    border-radius: 999px;
}

@media only screen and (min-width: 769px) {
    .campaign-item-buttons .detail-info-btn {
        width: 124px;
        height: 36px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-item-buttons .detail-info-btn {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-item-buttons .detail-info-btn {
        font-size: 14px;
    }
}

.detail-info-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    width: 160px;
    height: 48px;
    border: 1.5px solid #ffffff;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .detail-info-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 812px) {
    .detail-info-btn {
        font-size: 14px;
        width: 142px;
        height: 36px;
    }
}

@media only screen and (min-width: 1024px) {
    .detail-info-btn {
        font-size: 16px;
        width: 110px;
        height: 40px;
    }
}

@media only screen and (min-width: 1440px) {
    .detail-info-btn {
        font-size: 16px;
        width: 160px;
        height: 48px;
    }
}

.campaign-detail-date-area {
    display: flex;
    gap: 7px;
    justify-content: start;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .campaign-detail-date-area {
        justify-content: center;
    }
}

.campaign-detail-date-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #231f1f;
}

@media only screen and (min-width: 769px) {
    .campaign-detail-date-text {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-detail-date-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-date-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.campaign-detail-date-info {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #98a726;
}

@media only screen and (min-width: 769px) {
    .campaign-detail-date-info {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (min-width: 812px) {
    .campaign-detail-date-info {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) {
    .campaign-detail-date-info {
        font-size: 14px;
        line-height: 24px;
    }
}

.campaign-detail-swiper-pagination {
    margin-top: 40px;
}

    .campaign-detail-swiper-pagination .swiper-pagination {
        bottom: -7px !important;
    }

.swiper-pagination .swiper-pagination-bullet {
    background-color: gray;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    width: 50px !important;
    height: 15px;
    background: #ffffff !important;
    border-radius: 7.5px;
    opacity: 1 !important;
}

@media only screen and (max-width: 600px) {
    .campaign-detail-swiper-section.sp-x {
        padding-right: 0;
    }
}

.page-breadcrumb-section {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    .page-breadcrumb-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1440px) {
    .page-breadcrumb-section {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .page-breadcrumb-section {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.social-section {
    margin-top: 80px;
}

@media only screen and (max-width: 375px) {
    .page-inner-banner-section {
        min-height: 15vh;
        background-size: cover !important;
        background-position: center !important;
        background: url(../../../img/page_movie_list/banner-m.jpg) !important;
        background-repeat: no-repeat !important;
    }
}

.campaign-detail-content ul {
    list-style-type: disc !important;
    padding-left: 0;
}

    .campaign-detail-content ul li::marker {
        content: "â€¢";
        color: #fff;
    }

@media screen and (min-width: 320px) {
    .page-content {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .page-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (min-width: 1024px) {
    .page-content {
        padding-left: 12rem;
        padding-right: 12rem;
    }
}

@media screen and (min-width: 1919px) {
    .page-content {
        padding-left: 23.438rem;
        padding-right: 23.438rem;
    }
}

/* detail */
.page-cinema-detail h1 {
    color: #fff;
    font-weight: 700;
    color: var(--white);
}

@media only screen and (min-width: 1440px) {
    .page-cinema-detail h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 1920px) {
    .page-cinema-detail h1 {
        font-size: 48px;
    }
}

.page-cinema-detail h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    color: var(--white);
    opacity: 0.78;
    margin-top: 20px;
}

.page-cinema-detail .btns-top-area {
    display: flex;
}

.page-cinema-detail .btns-top-area {
    margin-top: 20px;
    margin-bottom: 26px;
    align-items: center;
    gap: 4px;
}

.exclusive-halls-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .exclusive-halls-area .halls-content {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0px 6px;
        gap: 10px;
        height: 36px;
        background: #383838;
        border-radius: 999px;
        justify-content: center;
        cursor: pointer;
        width: 72px;
        height: 24px;
    }

@media only screen and (max-width: 1463px) and (min-width: 1440px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }
}

@media only screen and (max-width: 1440px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 10%;
        height: 30px;
    }
}

@media only screen and (max-width: 1178px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 18%;
    }
}

@media only screen and (max-width: 1024px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 27%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 812px) {
    .exclusive-halls-area .halls-content {
        flex-basis: 31%;
    }

        .exclusive-halls-area .halls-content img {
            width: 89px;
            height: 15px;
        }
}

@media only screen and (min-width: 1024px) {
    .exclusive-halls-area .halls-content img {
        width: 84px;
        height: 18px;
    }
}

@media only screen and (min-width: 1920px) {
    .exclusive-halls-area .halls-content img {
        width: 84px;
        height: 17px;
    }
}

.halls-content svg {
    width: 100%;
    height: auto;
}

.datepicker-item .card {
    width: 100%;
    cursor: pointer;
}

.detail-list-container {
    margin-top: 60px;
}

.item-list-detail h3 {
    font-weight: 600;
    font-size: 28px;
}

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .item-list-detail h3 {
        font-size: 24px;
    }

    .cinema-detail-original-title {
        font-size: 14px;
    }

    .icons-detail img {
        width: 22px;
        height: 22px;
    }

    .cinema-detail-tech-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    .item-list-detail h3 {
        font-size: 26px;
    }

    .cinema-detail-original-title {
        font-size: 16px;
    }

    .icons-detail img {
        width: 24px;
        height: 24px;
    }

    .cinema-detail-tech-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1920px) {
    .cinema-detail-original-title {
        font-size: 16px;
    }

    .icons-detail img {
        width: 26px;
        height: 26px;
    }

    .cinema-detail-tech-text {
        font-size: 16px;
    }
}

.item-list-detail {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 24px;
}

    .item-list-detail .star-img {
        width: 24px;
    }

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .item-list-detail .star-img {
        width: 22px;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    .item-list-detail .star-img {
        width: 24px;
    }
}

.star-right span {
    font-weight: 600;
    display: flex;
    margin-left: 6px;
    font-size: 28px;
    margin-top: 2px;
}

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .star-right span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    .star-right span {
        font-size: 26px;
    }
}


.film-infos {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

    .film-infos span {
        color: #1e1e1e;
        font-size: 16px;
        margin-right: 30px;
    }

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .film-infos span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    .film-infos span {
        font-size: 16px;
    }
}


.time-row-list .logo-box-area {
    width: 85px;
    background: #00000014;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-right: 15px;
}

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .time-row-list .logo-box-area {
        width: 62px;
        height: 24px
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    .time-row-list .logo-box-area {
        width: 68px;
        height: 24px
    }
}

.time-row-list .logo-box-area img {
    padding: 8px;
    display: block;
    width: 100%;
}

.into-text {
    color: #1e1e1e;
    font-weight: 600;
}

.film-properties {
    display: flex;
    align-items: center;
    width: 33%;
}

.times-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 60%;
    align-items: flex-start;
}

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .times-area {
        height: 74px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1919px) and (min-width: 1440px) {
    .times-area {
        height: 24px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1920px) {
    .times-area {
        font-size: 14px;
    }
}

.times-area a {
    width: 72px;
    margin-right: 4px;
    transition: 0.4s ease-in-out 0s;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 999px;
    margin-bottom: 4px;
}

    .times-area a:hover,
    .times-area a.active {
        background: #96a825;
        color: #fff;
    }

.time-row-list .row-area {
    align-items: flex-start;
}

@media only screen and (min-width: 1200px) {
    .time-row-list .row-area {
        padding: 10px 0;
    }
}

.row.time-row-list {
    border-bottom: 1px solid #f3f3f3 !important;
}

.time-row-section .time-row-list:last-child {
    border-bottom: 0px !important;
}

.page-cinema-detail .cgv-btn.buy-ticket {
    transition: 0.4s ease-in-out 0s;
    border: 2px solid #98a726;
    width: 220px;
    height: 44px;
}

    .page-cinema-detail .cgv-btn.buy-ticket img {
        margin-left: 8px;
    }

    .page-cinema-detail .cgv-btn.buy-ticket span {
        width: max-content;
        font-size: 14px;
    }

.cinemas-list-section {
    margin-top: 30px;
}

    .cinemas-list-section h4 {
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #ffffff;
        margin-bottom: 0;
        margin-top: 80px;
        font-size: 30px;
    }

.cinema-list-area {
    display: flex;
    margin-top: 36px;
}

@media screen and (max-width: 480px) {
    .cinema-list-area {
        margin-top: 24px;
        gap: 16px;
    }
}

.cinema-list-area .card {
    display: flex;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 10px;
    min-height: max-content;
    height: auto;
    margin-left: 0;
    margin-bottom: 32px;
    height: auto;
}

@media screen and (max-width: 480px) {
    .cinema-list-area .card {
        margin-bottom: 16px;
        min-height: 106px;
    }
}

@media screen and (min-width: 320px) {
    .cinema-list-area .card {
        margin-left: 0;
    }
}

@media screen and (min-width: 811px) {
    .cinema-list-area .card {
        margin-left: 0;
    }
}

@media screen and (min-width: 1023px) {
    .cinema-list-area .card {
        margin-left: 0;
    }
}

@media screen and (min-width: 1400px) {
    .cinema-list-area .card {
        margin-left: 0;
        min-height: 217px;
    }
}

@media screen and (min-width: 1564px) {
    .cinema-list-area .card {
        min-height: 216px;
    }
}

@media screen and (min-width: 1768px) {
    .cinema-list-area .card {
        min-height: 192px;
    }
}

@media screen and (min-width: 1846px) {
    .cinema-list-area .card {
        min-height: 192px;
    }
}

@media screen and (min-width: 1852px) {
    .cinema-list-area .card {
        min-height: 191px;
    }
}

@media screen and (min-width: 1871px) {
    .cinema-list-area .card {
        min-height: 190px;
    }
}

@media screen and (min-width: 1919px) {
    .cinema-list-area .card {
        margin-left: 0;
    }
}

.cinema-list-area .card .text-area h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1e1e1e;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .cinema-list-area .card .text-area h2 {
        font-size: 14px;
        line-height: 20px;
    }
}

.cinema-list-area .card .text-area p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #1e1e1e;
    margin-bottom: 0;
}

.cinema-list-area .card .card-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.cinema-list-area .card .saloon-logo {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cinema-list-area .card .saloon-item {
    display: flex;
    align-items: center;
    padding: 5px 9px;
    gap: 10px;
    width: 62.68px;
    height: 24px;
    background: #f5f6f8;
    border-radius: 999px;
    justify-content: center;
}

@media screen and (max-width: 1400px) {
    .cinema-list-area .card .saloon-item {
        width: 60.68px;
    }
}

.cinema-list-area .card .hover-more-saloons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    gap: 10px;
    width: 38px;
    height: 24px;
    background: #f5f6f8;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
}

    .cinema-list-area .card .hover-more-saloons span {
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        color: #383838;
    }

.hover-more-saloons:hover .hover-more-saloons-area {
    display: flex;
}

.hover-more-saloons-area {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 6px;
    position: absolute;
    width: 111.68px;
    height: 184px;
    background: #ffffff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    top: 3.5rem;
    z-index: 10;
    transition: opacity 0.5s ease-in-out;
}

    .hover-more-saloons-area .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 6px 8px;
        gap: 10px;
        width: 71.68px;
        height: 24px;
        background: #e6e6e6;
        border-radius: 999px;
    }

.cinema-list-area .card .icon-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    gap: 16px;
    height: 98px;
    margin-top: 1.25rem;
}

    .cinema-list-area .card .icon-area .icon-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 36px;
    }

        .cinema-list-area .card .icon-area .icon-item:hover {
            cursor: pointer;
        }

        .cinema-list-area .card .icon-area .icon-item img {
            width: 20px;
            height: 20px;
        }

        .cinema-list-area .card .icon-area .icon-item p {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: #1e1e1e;
            margin-bottom: 0;
        }

    .cinema-list-area .card .icon-area .icon-divider {
        width: 36px;
        height: 0px;
        border: 1px solid #e6e6e6;
    }
/* Exclusive Halls */

.arrow-content-golden {
    background: #96a825;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-size: 14px;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 19px;
    line-height: 1.2;
    padding: 7px 0;
    border-radius: 7px;
    font-weight: 700;
}

    .arrow-content-golden::after {
        position: absolute;
        left: -9px;
        content: "";
        top: 50%;
        border-right: 10px solid #96a825;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        transform: translate(0, -50%);
    }

.map-btn {
    transition: 0.4s ease-in-out 0s;
    height: 44px;
}

    .map-btn:hover {
        background-color: #98a726 !important;
        border: 2px solid #98a726 !important;
    }

.mobil-view {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .page-cinema-detail h1 {
        font-size: 24px;
    }

    .swiper-wrapper,
    .exclusive-halls-area {
        -webkit-overflow-scrolling: touch;
    }

        .swiper-wrapper::-webkit-scrollbar,
        .exclusive-halls-area::-webkit-scrollbar {
            display: none;
        }

    .exclusive-halls-area {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin-left: -4px;
        overflow-x: auto;
        width: 100%;
    }

    .halls-content {
        flex: 0 0 auto;
    }

    .time-row-list .row-area {
        width: 100%;
        flex-direction: column;
    }

    .times-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        align-items: flex-start;
        margin-top: 8px;
    }

    .datetimepicker-button-prev,
    .datetimepicker-button-next {
        display: none;
    }

    .item-list-detail {
        padding: 10px;
    }

    .film-properties {
        width: 74%;
        margin-bottom: 20px;
    }
    /*
    .swiper-slide.datepicker-item {
        width: 92px !important;
        margin-right: 13px !important;
    }
    */
    .meeting-datepicker-month {
        font-size: 13px;
    }

    .datetimepicker-container {
        padding-left: 0 !important;
        padding-right: 0;
        width: 106%;
    }


    .exclusive-halls-area .halls-content img {
        width: 84px;
        height: 17px;
    }

    .item-list-detail .img-left-area {
        width: 34%;
    }

    .img-left-area a img {
        border-radius: 12px;
    }

    .item-list-detail .desktop-view {
        display: none !important;
    }

    .detail-list-container {
        margin-top: 30px;
    }

    .ticket-flow-card-tab-item {
        margin-top: 20px;
    }

    .exclusive-halls-area {
        padding-bottom: 15px;
        width: 105%;
    }


    .film-info-mobil {
        width: 65%;
    }

    .item-list-detail h3 {
        font-size: 18px;
    }

    .film-infos span,
    .film-info-mobil p {
        font-size: 14px;
        margin-right: 0;
    }

    .film-infos .icons-detail {
        display: flex;
        margin-left: 30px;
    }

        .film-infos .icons-detail img {
            margin-right: 5px;
            width: 22px;
            height: 22px
        }

    .star-mobile {
        display: flex !important;
        flex-direction: row; /* flex-wrap: nowrap; */
        margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
        align-items: center;
    }

        .star-mobile span {
            margin-left: 0;
            padding-left: 0;
            font-size: 20px;
            width: auto;
        }

    .item-list-detail .star-img {
        width: 50px;
    }

    .cgv-btn.incept-btn {
        height: 40px !important;
    }
}

@media only screen and (max-width: 640px) {
    .page-cinema-detail .btns-top-area .cgv-btn.buy-ticket {
        height: 40px;
        padding: 0 10px;
        margin-right: 0 !important;
    }

    @media only screen and (max-width: 480px) {
        .film-properties {
            padding-left: 0 !important;
        }

        .item-list-detail .row.time-row-list {
            padding: 13px !important;
        }

        .exclusive-halls-area {
            padding-bottom: 0;
        }

        .detail-list-container {
            margin-top: 60px;
        }

        .meeting-datepicker-month {
            font-size: 12px;
        }
    }

    .page-cinema-detail .btns-top-area {
        margin-top: 20px;
        margin-bottom: 7px;
        margin-left: -13px;
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin-left: -9px;
        width: 100%;
        padding-bottom: 5px;
    }

    @media only screen and (max-width: 480px) {
        .page-cinema-detail .btns-top-area {
            margin-left: auto;
            justify-content: space-between;
            padding-bottom: 24px;
        }
    }

    .page-cinema-detail .btns-top-area .cgv-btn.incept-btn span {
        width: max-content;
        font-size: 14px;
    }

    .cgv-btn.incept-btn {
        padding: 12px 20px !important;
    }

    @media only screen and (max-width: 480px) {
        .cgv-btn.incept-btn {
            width: 166px;
            height: 40px;
            margin: 0 !important;
            justify-content: center;
        }

        .page-cinema-detail .btns-top-area .cgv-btn.incept-btn span {
            font-size: 13px;
        }
    }

    .arrow-content-golden {
        width: max-content;
        padding: 0 10px;
        height: 32px;
        font-size: 15px;
        margin-left: 10px;
    }

    .cinemas-list-section h4 {
        font-size: 22px;
    }
}

.calendar-card:hover {
    background: #96a825;
    color: #fff !important;
}

    .calendar-card:hover
    .meeting-datepicker-month {
        color: #fff !important;
    }

    .calendar-card:hover
    .meeting-datepicker-datename {
        color: #fff !important;
    }

.cinema-detail-movie-banner {
    border-radius: 12px;
}

.cinema-detail-favorite-btn {
    width: 233px;
    height: 44px;
    padding: 12px 32px;
    background: #96A825;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .cinema-detail-favorite-btn {
        width: 166px;
        height: 40px;
        padding: 8px;
    }
}

.cinema-detail-favorite-btn span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .cinema-detail-favorite-btn span {
        font-size: 13px;
    }
}

.cinema-detail-favorite-btn img {
    margin-left: 12px;
}

@media only screen and (max-width: 1439px) and (min-width: 768px) {
    .cinema-detail-favorite-btn {
        width: 202px;
        height: 40px;
        padding: 12px 26px;
    }

    .cgv-btn.incept-btn {
        height: 40px !important;
    }

    .cinema-detail-favorite-btn span {
        font-size: 14px;
    }

    .cinema-detail-favorite-btn img {
        margin-left: 8px;
    }

    .map-btn {
        justify-content: center;
    }

        .map-btn span {
            font-size: 14px;
            text-align: center;
        }

    .exclusive-halls-area .halls-content img {
        width: 78px;
    }
}

@media only screen and (min-width: 1920px) {
    .cgv-btn.incept-btn {
        height: 44px !important;
    }
}

.ticket-flow-card-tab-item {
    margin-top: 46px;
}

@media only screen and (max-width: 480px) {
    .ticket-flow-card-tab-item {
        margin-top: 30px;
    }
}

.ticket-flow-card-tab {
    margin-top: 0
}

.datetimepicker-container {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
    .detail-list-container {
        margin-top: 69px;
    }
}

@media only screen and (min-width: 1920px) {
    .detail-list-container {
        margin-top: 86px;
    }
}

.movie-trailer-area {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 98;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
}

.img-left-area {
    cursor: pointer;
}

    .img-left-area:hover .movie-trailer-area {
        display: block;
    }

.movie-trailer-play-btn {
    background: rgb(0 0 0 / 50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .movie-trailer-play-btn img {
        width: 27.5px;
        height: 32.5px;
        object-fit: contain !important;
    }


@media only screen and (min-width: 768px) {
    .movie-trailer-area {
        width: 66px;
        height: 66px;
    }
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1440px) {
    .movie-trailer-area {
        width: 76px;
        height: 76px;
    }

    .cgv-btn.incept-btn {
        height: 44px !important;
    }
}

@media only screen and (min-width: 768px) {
    .movie-trailer-play-btn img {
        width: 22px;
    }
}

@media only screen and (min-width: 1440px) {
    .movie-trailer-play-btn img {
        width: 22px;
    }
}

@media only screen and (min-width: 1920px) {
    .movie-trailer-play-btn img {
        width: 27.5px;
    }
}


@media only screen and (max-width: 480px) {
    .ticket-flow-card-tab {
        display: block !important;
    }

    .img-left-area .movie-trailer-area {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .movie-trailer-play-btn {
        width: 32px;
        height: 32px;
    }

        .movie-trailer-play-btn img {
            width: 16px;
            height: 16px;
            position: relative;
            left: 2px;
        }
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .exclusive-halls-area .halls-content {
        height: 40px;
        flex-basis: 20%;
    }

    .ticket-flow-card-tab-item {
        margin-top: 14px;
    }

    .ticket-flow-card-tab-content .datetimepicker-container {
        padding-left: 0 !important;
    }

    .detail-list-container {
        margin-top: 60px !important;
    }

    .movie-trailer-area {
        display: block !important;
    }
}

/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .exclusive-halls-area .halls-content {
        height: 40px;
        flex-basis: 20%;
    }

    .ticket-flow-card-tab-item {
        margin-top: 30px;
    }

    .ticket-flow-card-tab-content .datetimepicker-container {
        padding-left: 0 !important;
    }

    .detail-list-container {
        margin-top: 54px !important;
    }

    .movie-trailer-area {
        display: block !important;
    }
}

.empty-data-content {
    padding: 65px 40px;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

    .empty-data-content p {
        color: #FFF;
        text-align: center;
        font-size: 28px;
        font-family: ProximaNovaRegular;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 480px) {
    .empty-data-content p {
        font-size: 18px;
        text-align: center;
        line-height: 150%;
    }

    .empty-data-content {
        padding: 50px 10px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .empty-data-content {
        padding: 40px 40px;
        margin-bottom: 70px;
    }

        .empty-data-content p {
            font-size: 16px;
        }
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
    .empty-data-content p {
        font-size: 20px;
    }

    .empty-data-content {
        padding: 50px 40px;
    }
}



body {
    background: linear-gradient( 180deg, #121212 -6%, #383838 35.44%, #121212 56% );
}

@media only screen and (max-width: 480px) {
    body {
        background: #121212;
    }
}

@media only screen and (max-width: 1024px) {
    .film-properties {
        margin-bottom: 0;
    }

    .start-only-btn {
        position: relative;
    }

    .item-list-detail .desktop-view {
        display: flex !important;
    }

    .time-row-list .row-area {
        flex-direction: row;
    }

    /*
    .item-list-detail .img-left-area {
        width: auto;
    }*/

    .time-row-list .row-area {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .item-list-detail .star-img {
        width: 21px;
    }

    .star-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .film-properties {
        padding-left: 0 !important;
    }

    .start-only-btn {
        width: 22%;
    }

    .film-infos {
        margin-bottom: 0;
    }

    .desktop-view[data-type="movie-run-time"] {
        margin-top: -4px;
    }

    .cinema-detail-movie-title-col {
        width: 78%;
    }
}

@media only screen and (max-width: 480px) {
    .mobil-view {
        display: block;
    }

    .item-list-detail .img-left-area {
        width: 34%;
    }

    .film-infos .icons-detail {
        display: none;
    }

    .desktop-view[data-type="movie-title"],
    .desktop-view[data-type="movie-run-time"] {
        display: none !important;
    }

    .time-row-list .row-area {
        padding: 0;
    }

    .film-info-mobil p {
        margin-bottom: 10px;
    }

    .star-mobile {
        display: flex !important;
    }

    .item-list-detail .star-img {
        width: 50px;
    }

    .film-infos .icons-detail {
        display: flex;
    }

    .film-properties {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 481px) {
    .movie-trailer-area {
        width: 40px;
        height: 40px;
    }
    .movie-trailer-play-btn img {
        width: 15px;
    }
}
