.mobile {
    width: 419px;
}

.heading {
    background-color: rgb(164, 84, 4);
    opacity: 0.8;
}

.headline {
    font-size: 15px;
}

.headline span {
    font-size: 25px;
}

.content {
    margin-top: 58px;
}

.banner div img {
    width: 100%;
    height: 380px;
}

.notification-title {
    margin-bottom: -25px;
    margin-top: 10px;
}

.notification-title h5 {
    font-weight: bold;
    font-size: 17px;
}

.notification-title h5 span {
    font-style: italic;
    animation: colorChange 2s linear infinite;
}

@keyframes colorChange {
    0% {
        color: blue;
    }

    50% {
        color: red;
    }

    100% {
        color: blue;
    }
}

.notification-content {
    background-image: url('./../image/notification.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 225px;
    width: auto;
    margin: 0px;
}

.notification-content p {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    color: rgb(121, 47, 1);
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;

}

.notification-title2 {
    margin-bottom: -65px;
    margin-top: 10px;
}

.notification-title2 h5 {
    font-weight: bold;
    font-family: 'Water Brush', cursive;
    font-size: 50px;
}

.register div {
    text-align: center;
}

.register div button {
    transition: all 150ms linear 0s;
    background-image: linear-gradient(rgb(252, 103, 26), rgb(255, 147, 79));
    color: white;
    font-weight: bold;
    border: 1px solid white;
    padding: 10px;
    border-radius: 25px;
    animation: bounce 1s infinite, shadow 1s infinite;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@keyframes shadow {

    0%,
    100% {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    }

    50% {
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
    }
}

.notification-2 div {
    background-image: url('./../image/notification_2.png');
    background-repeat: no-repeat;
    background-size: 600px 90px;
    background-position: center;
}

.notification-2 div p {
    margin: 30px;
    text-align: center;
    font-weight: bold;
    color: rgb(121, 47, 1);
}

.notification-3 {
    background-image: url('./../image/notification_2.png');
    background-repeat: no-repeat;
    background-size: 600px 90px;
    background-position: center;
    margin-top: 0px !important;
    margin-bottom: -15px !important;
    opacity: 0.8;
}

.notification-3 h5 {
    text-align: center;
    color: black;
    padding-top: 25px;
    margin-bottom: 0px;
    font-size: 16px;
}

.notification-3 p {
    text-align: center;
    color: black !important;
    padding-bottom: 25px;
}

.description {
    margin-top: -10px;
    margin-bottom: -10px;
    background-color: rgb(243, 224, 176);
}

.description div {
    margin-top: 10px;
}

.description div p {
    color: white;
    margin: 5px;
    color: rgb(121, 47, 1);
}

.description div img {
    width: 100%;
    margin-bottom: 10px;
}

.description2 {
    margin-top: -10px;
    margin-bottom: -10px;

}

.description2-background {
    background-image: url('./../image/cmpt15.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.description2-content {
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: absolute;
}

.video {
    margin-top: -20px;
    margin-bottom: -20px;
    background-color: rgb(243, 224, 176);
}

.video div {
    margin-top: 10px;
}

.video div video {
    width: 100%;
    height: 255px;
}

.news-feed div div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-feed div div img {
    margin: auto;
}

.news-feed div p a {
    text-decoration: underline;
}

.footer {
    background-color: rgb(236, 236, 236);
    margin-left: -15px;
    margin-right: -15px;
}

.footer div[class~='row'] {
    margin-left: 15px;
    margin-right: 15px;
}

.image-footer div div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-footer div div img {
    margin: auto;
}

.title-footer div h3 {
    color: rgb(121, 47, 1);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 1px;
}

.title-footer div hr {
    border: 1.55px solid rgb(121, 47, 1);
    margin-top: 1px;
}

.title-footer div p i {
    color: rgb(121, 47, 1);
}

.title-footer .space-footer {
    height: 75px;
}

.register-popup-background1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-image: url('./../image/cmpt14.png');
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 325.71px;
    height: 482.6px;
}

.register-popup-background2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-image: url('./../image/cmpt15.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 325.71px;
    height: 482.6px;
    opacity: 0.5;
}

.register-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.register-popup-text {
    height: 100px;
}

.register-popup-text h5 {
    font-weight: bold;
    font-family: 'Water Brush', cursive;
}

.register-popup-text p {
    margin-top: -10px;
}

.register-popup-text p span {
    font-weight: bold;
    font-size: 38px;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
    color: #ff4500;
}

.register-popup-text p i {
    font-weight: lighter;
    font-size: 20px;
    color: white;
    text-decoration: line-through;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.register-popup-submit {
    color: rgb(121, 47, 1);
    background-color: white;
    border: 2px solid rgb(121, 47, 1);
    transition: all 150ms linear 0s;
    border-radius: 25px;
    padding: 10px;
    font-weight: bold;
}

.register-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: brown;
    font-size: 20px;
    font-weight: bold;
}

.countdown-label div {
    margin: 0 12px;
    font-size: 12px;
    padding: 12px;
    border-radius: 5px;
    color: rgb(121, 47, 1);
}

.countdown-label,
.countdown {
    display: flex;
    justify-content: center;
}

.countdown div {
    margin: 0 10px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    font-weight: bold;
    color: rgb(121, 47, 1);
    border: 2px dashed rgb(121, 47, 1);
    border-radius: 20px;
    width: 51px;
    height: 59px;
    text-align: center;
}

.zalo-button {
    position: fixed;
    bottom: 24px;
    left: 78px;
    z-index: 9999;
    transition: transform 0.1s ease-in-out;
    animation: vibrate 1s ease infinite;
}

@-webkit-keyframes vibrate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes vibrate {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.notif-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #dddfe2;
    padding: 10px;
    max-width: 300px;
    display: none;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: rgb(121, 47, 1);
    font-weight: bold;
    align-items: center;
    gap: 10px;
    z-index: 9999;
}

.rounded-image {
    width: 67.27px;
    height: 70.25px;
    border-radius: 50%;
    object-fit: cover;
}

.username-facebook {
    font-size: 16px;
    font-weight: bold;
    color: rgb(60, 60, 60);
    text-align: left;
}

.rating {
    margin-top: -7px;
}

.response {
    font-size: 13px;
    line-height: 1.2;
    color: rgb(67, 102, 176);
    text-align: left;
}

.like-icon {
    color: white;
    background-color: #1877f2;
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
}

.star {
    color: #ffd700;
}

.selfie-image {
    margin-top: -5px;
    width: 250px;
    height: auto;
}

.video-comment {
    width: 250px;
    height: 250px;
}

.comment-tag {
    margin-top: 10px;
    font-size: 15px;
}

.loading-dots {
    animation: wave 1.5s infinite;
    display: inline-block;
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.header-comment-section div {
    display: flex;
    justify-content: space-between;
}

.header-comment-section div div p button {
    border: 1px solid rgb(191, 191, 191);
    border-radius: 5px;
    font-weight: bold;
    padding: 8px;
    color: rgb(95, 95, 95)
}

.body-comment {
    padding-left: 20px;
    padding-right: 20px;
}

#carouselIndicators div div img {
    height: 400px;
}

.thumbnail-list {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 0px !important;
    text-align: center;
}

.thumbnail {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
}

.thumbnail img {
    max-width: 100px;
    height: 100px;
}

.call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #dddfe2;
    padding: 5px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    z-index: 9999;
}

.call-button img {
    margin-left: -12px;
    transition: transform 0.1s ease-in-out;
    animation: vibrate 1s ease infinite;
}

.call-button p {
    font-family: Arial, sans-serif;
    margin-left: -5px;
    display: inline;
}

.register-form-background1 {
    background-image: url('./../image/cmpt14.png');
    background-size: cover;
    width: 100%;
    height: 580px;
}

.register-form-background2 {
    background-image: url('./../image/cmpt15.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 580px;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.register-form {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 580px;
}

.register-form-text {
    height: 100px;
}

.register-form-text h5 {
    font-weight: bold;
    font-family: 'Water Brush', cursive;
    font-size: 2rem;
}

.register-form-text p {
    margin-top: -10px;
}

.register-form-text p span {
    font-weight: bold;
    font-size: 38px;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;

    color: #ff4500;
}

.register-form-text p i {
    font-weight: lighter;
    font-size: 20px;
    color: white;
    text-decoration: line-through;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.register-form-submit {
    color: rgb(121, 47, 1);
    background-color: white;
    border: 2px solid rgb(121, 47, 1);
    transition: all 150ms linear 0s;
    border-radius: 25px;
    padding: 12px;
    font-weight: bold;
    width: 235px;
}

.countdown-label-2 div {
    margin: 0 12px;
    font-size: 22px;
    padding: 18px;
    border-radius: 5px;
    color: rgb(121, 47, 1);
}

.countdown-label-2,
.countdown-2 {
    display: flex;
    justify-content: center;
}

.countdown-2 div {
    margin: 0 10px;
    font-size: 28px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    font-weight: bold;
    color: rgb(121, 47, 1);
    border: 2px dashed rgb(121, 47, 1);
    border-radius: 20px;
    width: 102px;
    height: 67px;
    text-align: center;
}

.custom-modal {
    padding: 0px;
    color: white;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}