.host-bonus {
    display: inline-block;
    position: absolute !important;
    width: 95px;
    height: 80px;
    background: url('../images/icon_support.png') no-repeat;
    background-size: 100% 100%;
    right: 62px;
    top: -27px;
    cursor: pointer;
}

#nina-hosting-page .host-bonus {
    right: 2px;
    top: -7px;
}

.slide-animate {
    z-index: 0;
    position: relative;
}

.slide-animate:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    -webkit-animation: slide 3s infinite;
    animation: slide 3s infinite;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@-webkit-keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.pack {
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
    width: 60%;
    max-width: 1024px;
    background-color: white;
    border: 2px #018AD8 solid;
    /* overflow: hidden; */
    padding: 0
}

.container-pack {
    padding: 0 20px;
}

.bottom-ft {
    padding: 20px;
}

.header {
    background: linear-gradient(135deg, #018AD8, #018AD8);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 13px 13px 0 0;
    margin-bottom: 70px;
    position: relative;
}

.header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.header h3 {
    color: #018AD8;
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 10px solid #018AD8;
    background: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    flex-direction: column;
    line-height: 1.9em;
    /* justify-content: center; */
    top: 5px;
    left: 10px;
    padding-top: 12px;
}

.header h3 i {
    font-style: normal;
    font-size: 34px;
}

.description {
    color: #333;
    font-size: 16px;
    margin-bottom: 3px;
    text-indent: 20px;
}

.price {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #018AD8;
    margin-bottom: 10px;
}

.price-sub {
    color: #888;
    font-size: 14px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

.features-list li:nth-child(odd) {
    background-color: #fcefef;
    /* Nền hồng nhạt cho dòng lẻ */
}

.features-list li:nth-child(even) {
    background-color: #f1faff;
    /* Nền tím nhạt cho dòng chẵn */
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 20px;
}

.features-list li span.icon {
    background-color: #018AD8;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.features-list li .text {
    color: #555;
    font-size: 16px;
    width: calc(100% - 70px);
}

.signup-btn {
    background: linear-gradient(135deg, #018AD8, #a044ff);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background 0.3s ease;
}

.notes {
    display: flex;
    font-style: italic;
    color: #018AD8;
}

.signup-btn:hover {
    opacity: 0.9;
}

.bottom-ft {
    margin-bottom: 20px;
}

@media(max-width:1024px) {
    .pack {
        width: 80%;
        margin: 40px;
    }
}

@media(max-width:769px) {
    .host-bonus {
        right: -16px;
        width: 70px;
        height: 56px;
    }
    .pack {
        width: 95%;
        margin: 40px;
    }
    .header {
        margin-bottom: 50px;
    }
    .header h3 {
        top: 50px;
        width: 80px;
        height: 80px;
        border: 5px solid #018AD8;
        font-size: 13px;
        line-height: 1.5em;
    }
    .header h3 i {
        font-size: 18px;
    }
}