/* Ã¡ÂºÂ¨n toÃƒÂ n bÃ¡Â»â„¢ slide */
.about-us-slider .item {
    display: none;
}

/* CHÃ¡Â»Ë† hiÃ¡Â»â€¡n slide Ã„â€˜Ã¡ÂºÂ§u tiÃƒÂªn */
.about-us-slider .item:first-child {
    display: block;
}

/* Khi slick Ã„â€˜ÃƒÂ£ init Ã¢â€ â€™ cho phÃƒÂ©p slick kiÃ¡Â»Æ’m soÃƒÂ¡t */
.about-us-slider.slick-initialized .item {
    display: block;
}

.section-goi-cuoc {
    display: none
}

.section-about-us {
    background-color: #fff;
    padding: 0;
}

.section-about-us .inner {
    display: grid;
    grid-template-columns: 47% 50%;
    gap: 20px;
    color: #FFF;
    align-items: center;
    justify-content: space-between;
}

.section-about-us .right img {
    border-radius: 10px;
}

.section-about-us .left .noi-dung {
    font-size: 18px;
}

.section-about-us .left .noi-dung h3 {
    font-size: 26px;
    line-height: 1.5;
}

.section-about-us .button-group {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.section-about-us .right .wrap-img {
    padding-bottom: 66.67%;
    border-radius: 10px;
}

/* .section-about-us .button-group a {
	border-radius: 4px;
	background-color: #65442b;
	color: #FFF !important;
	font-size: 18px;
	padding: 10px 30px;
	display: inline-block;
	border: 1px solid #65442b;
}

.section-about-us .button-group a:nth-child(2) {
	background-color: #7b5734;
} */

.button-web {
    border-radius: 20px;
    padding: 5px 30px;
    color: #EE0033;
    border: 1px solid #EE0033;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

.button-web:hover {
    background-color: #EE0033;
    color: #FFF;
}

.section-knowledge {
    padding: 40px 0;
}

.knowledge-slider .slick-slide {
    margin: 0 10px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
}

.knowledge-slider .slick-list {
    margin: 0 -10px;
}

.item-knowledge {
    text-align: center;
}

.item-knowledge img {
    display: block;
    max-width: 65px;
    margin: 0 auto 15px;
    transition: transform 0.6s ease;
}

.item-knowledge:hover img {
    transform: rotateY(180deg);
}

.item-knowledge .name {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    font-family: var(--font-family2);
}

.featured-news-slider .slick-slide {
    margin: 10px 15px;
}

.featured-news-slider .slick-list {
    margin: 0 -15px;
}

.section-news {
    padding: 40px 0;
}

.section-news .title {
    font-size: 34px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
    color: #EE0033;
}

.section-news .title span {
    font-weight: 700;
    font-size: 26px;
    color: #000;
}

.item-post .wrap-img {
    padding-bottom: 75%;
    border-radius: 8px;
}

.item-post .content {
    background-color: #FFF;
    margin-top: -10px;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 7px;
    text-align: center;
}

/* .item-post .date svg {
	width: 20px;
	height: 20px;
}

.item-post .date {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #b8b295;
	margin-bottom: 10px;
	font-style: italic;
} */

.section-news .item-post .name {
    font-size: 23px;
    font-weight: 700;
}

.item-post .name {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 46px;
}

.item-post .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
}

.section-uu-dai .wrap-img {
    padding-bottom: 60%;
    border-radius: 30px;
}

.section-uu-dai {
    padding: 40px 0;
}

.section-goi-cuoc {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.tab-buttons {
    text-align: center;
    margin-bottom: 15px;
}

.tab-buttons li {
    list-style: none;
    display: inline-block;
}

.tab-wrapper li:not(:last-child) {
    margin-right: 5px;
}

.tab-wrapper li button {
    font-size: 16px;
    border: 2px solid #666666d9;
    padding: 4px 16px;
    border-radius: 30px;
    color: #666666d9;
}

.tab-wrapper li button.active {
    border: 2px solid #EE0033;
    color: #EE0033;
    font-weight: 600;
}

.goi-cuoc-slider .slick-slide {
    margin: 10px;
}

.goi-cuoc-slider .slick-list {
    margin: 0 -10px;
}

.item-goi-cuoc .wrap-img {
    padding-bottom: 66.75%;
    border-radius: 10px 10px 0 0;
}

.item-goi-cuoc {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.item-goi-cuoc .content {
    text-align: center;
    padding: 10px 10px 20px;
}

.item-goi-cuoc .content .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.section-tintuc {
    padding: 50px 0;
}

.item-news-home .wrap-img {
    padding-bottom: 65%;
    border-radius: 10px;
}

.item-news-home .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 10px;
}

.item-news-home .date,
.item-news-home-right .date {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.item-news-home-right {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 15px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.item-news-home-right:not(:last-child) {
    margin-bottom: 15px;
}

.item-news-home-right .wrap-img {
    overflow: hidden;
    border-radius: 10px;
}

.item-news-home-right .wrap-img:hover img {
    transform: scale(1.05);
}

.item-news-home-right .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.xem-tat-ca {
    text-align: center;
    margin-top: 30px;
}

.xem-tat-ca a {
    background-color: #EE0033;
    color: #FFF;
    padding: 8px 38px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
}

.section-tienich {
    padding: 40px 0;
    background-color: #f7f7f7;
}

.item-tien-ich {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.item-tien-ich .icon {
    width: 70px;
    margin: 0 auto 16px;
}

.item-tien-ich .title {
    font-weight: 700;
    font-size: 19px;
}

.item-tien-ich .des {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 48px;
}

.item-tien-ich .see {
    color: #EE0033;
    font-size: 16px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
    font-weight: 700;
}

.item-tien-ich .see svg {
    transform: translateY(2px);
}

@media (max-width: 768px) {
    .featured-news-slider .slick-slide {
        margin: 10px;
    }

    .featured-news-slider .slick-list {
        margin: 0 -10px;
    }

    .item-news-home {
        margin-bottom: 20px;
    }

    .item-tien-ich {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .section-knowledge {
        padding: 10px 0;
    }

    .item-knowledge .name {
        font-size: 14px;
        height: 44px;
    }

    .section-news .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-news {
        padding: 25px 0;
    }

    .section-uu-dai {
        padding: 20px 0 20px;
    }

    .section-uu-dai .wrap-img {
        margin-bottom: 15px;
    }

    .section-goi-cuoc {
        padding: 25px 0;
    }

    .section-tintuc {
        padding: 25px 0;
    }

    .section-tienich {
        padding: 25px 0 10px;
    }
}

.features {
    background: #FFF;
    padding: 50px 0px;
}

.feat-card {
    border: 1.5px solid #EBEBEB;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feat-card:hover {
    border-color: #EE0033;
    box-shadow: 0 8px 48px rgba(238, 0, 51, 0.08);
}

.feat-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #EE0033 0%, #FF1744 60%, #FF4D6D 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.feat-card:hover::after {
    transform: scaleX(1);
}

.feat-num {
    position: absolute;
    top: 20px;
    right: 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    /* color: rgba(238, 0, 51, 0.1); */
    color: #EE0033;
    line-height: 1;
}

.feat-card .top {
    padding: 44px 32px 40px;
}

.feat-icon {
    /* font-size: 52px; */
    margin-bottom: 20px;
    display: block;
    animation: bounce-icon 3s ease-in-out infinite;
}

.feat-icon img {
    height: 80px;
    max-width: 180px;
    object-fit: contain;
}

.feat-card:nth-child(2) .feat-icon {
    animation-delay: 1s;
}

.feat-card:nth-child(3) .feat-icon {
    animation-delay: 2s;
}

@keyframes bounce-icon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.feat-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.feat-spec {
    font-size: 22px;
    font-weight: 700;
    color: #EE0033;
    margin-bottom: 20px;
}

.feat-card ul li {
    font-size: 15px;
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.feat-card ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #EE0033;
    border-radius: 50%;
    flex-shrink: 0;
}

.feat-card .see-now {
    padding: 8px 25px;
    border-radius: 50px;
    background-color: #EE0033;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    transition: .3s;
    animation: color4 1.4s ease-in-out infinite;
}

.feat-card .wrap-img {
    /* padding-bottom: 125%; */
    display: flex;
}




.packages {
    background: #F7F7F7;
    padding: 50px 0px 20px;
    position: relative;
    display: none;
}

.packages-grid {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.pkg-card {
    background: #FFF;
    border: 1.5px solid #b4b4b4;
    padding: 30px 10px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: border-color 0.3s;
    overflow: hidden;
}

.pkg-card:hover {
    border-color: #EE0033;
}

.pkg-card.best {
    border-color: #EE0033;
    background-color: #EE0033;
    color: #FFF;
}

.pkg-card.best .pkg-id {
    color: #FFF;
}

.pkg-card.best .pkg-price,
.pkg-card.best .pkg-price span,
.pkg-card.best .pkg-fit {
    color: #FFF;
}

.pkg-card.best ul li,
.pkg-card.best ul li::before {
    color: #FFF;
}

.pkg-card.best .pkg-divider {
    background-color: #FFF;
}

.pkg-ribbon {
    position: absolute;
    top: 18px;
    right: -30px;
    background: #FFF;
    color: #EE0033;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 44px;
    transform: rotate(35deg);
}

.pkg-id {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.goicuoc-theothang {
    margin-top: 10px;
}

.goicuoc-theothang h3 {
    color: #EE0033;
    font-size: 20px;
}

.goicuoc-theothang h3 span {
    font-size: 12px;
}

.pkg-card.best .goicuoc-theothang h3 {
    color: #FFF;
}

.pkg-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 33px;
    color: #EE0033;
    line-height: 1;
    margin-bottom: 2px;
}

.pkg-price span {
    color: #666;
    font-size: 20px;
}

.pkg-unit {
    font-size: 12px;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.pkg-divider {
    width: 40px;
    height: 3px;
    background: #EE0033;
    margin-bottom: 8px;
    margin-top: 15px;
}

.pkg-speed {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.pkg-card ul {
    flex: 1;
    margin-bottom: 24px;
}

.pkg-card ul li {
    font-size: 14px;
    color: #555;
    padding: 8px 0;
    border-bottom: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pkg-card ul li::before {
    content: '\2713';
    color: #EE0033;
    font-weight: 900;
    font-size: 13px;
    flex-shrink: 0;
}

.pkg-fit {
    font-size: 13px;
    color: #999;
    font-style: italic;
    margin-bottom: 20px;
}

.pkg-btn {
    display: block;
    text-align: center;
    background: #EE0033;
    border: 2px solid #EE0033;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 7px 13px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
}

.pkg-btn:hover {
    background: #EE0033;
    color: #FFF;
}

.pkg-card.best .pkg-btn {
    color: #FFF;
    border: 2px solid #FFF;
}









.package-wrap {
    padding: 40px 0;
    background-color: #F7F7F7;
}

.package-data {
    background: #fff;
    /* border: 1px solid #E8E8E8; */
    border-radius: 0;
    overflow: hidden;
}

.package-data .price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.package-data .table-responsive {
    border: 1px solid #EE0033;
    overflow: hidden;
    border-radius: 15px;
    overflow-x: auto;
    position: relative;
}

.package-data .donvi {
    width: max-content;
    margin: 0 25px 0 auto;
    background-color: #EE0033;
    color: #FFF;
    font-style: italic;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
}

/* Header row 1 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ TÃƒÆ’Ã‚ÂNH NÃƒâ€žÃ¢â‚¬Å¡NG banner */
.package-data .price-table th {
    background: #EE0033;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    width: calc(100% / 6);
    border: 1px solid #FFF;
    border-bottom: none;
    border-top: none;
}

.package-data .price-table th:first-child {
    border-left: 1px solid #EE0033;
}

.package-data .price-table th:last-child {
    border-right: 1px solid #EE0033;
}

/* Header row 2 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Column labels */
.package-data .price-table .row-col-labels th {
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.4;
    border-top: 1px solid #FFF;
}

/* Data rows */
.package-data .price-table .data-row td {
    border: 1px solid #c9c9c9;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.5;
    width: calc(100% / 6);
    font-weight: 700;
}

.package-data .price-table .data-row .td-goi {
    font-weight: 700;
    font-size: 16px;
}


.package-data .price-table .data-row .td-truyen ul {
    list-style: disc;
    padding-left: 14px;
    text-align: left;
}

.package-data .price-table .data-row .td-gia {
    /* color: #EE0033; */
    white-space: nowrap;
    font-weight: 700;
}

/* Alternating row bg */
.package-data .price-table tbody tr:nth-child(even) {
    background: #e7e7e7;
}

.package-data .td-first .title {
    text-align: center;
    background-color: #FFF;
    padding: 6px 10px;
    border-radius: 30px;
    color: #EE0033;
    font-weight: 700;
    font-size: 22px;
}

.package-data .td-first+.data-row td {
    border-top: none;
}

.package-data .td-first td {
    background-color: #e7e7e7;
    padding: 10px 10px 5px;
    /* border: 1px solid #e7e7e7; */
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Notes section ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.package-data .notes-section {
    padding: 16px 0px;
    /* border-top: 1px solid #EE0033; */
}

.package-data .notes-section .notes-title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 1px;
    margin-bottom: 10px;
    background: #EE0033;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 7px;
}

.package-data .notes-section .content-note {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 30px;
}

/* .package-data .notes-section .notes-title::after {
    content: '';
    flex: 1;
    height: 1.5px;
    background: #EE0033;
    opacity: 0.4;
} */

.package-data .notes-section ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
}

.package-data .notes-section ul li {
    line-height: 1.6;
}

.package-data .notes-section ul li::marker,
.package-data .notes-section ul li strong {
    color: #EE0033;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Footer contact strip ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.package-data .footer-strip {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1.5px solid #e0e0e0;
    padding: 16px 0 16px;
    gap: 12px;
    align-items: center;
}

/* Zalo QR block */
.package-data .footer-strip .block-zalo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-data .footer-strip .block-zalo .qr-placeholder {
    width: 90px;
    height: 90px;
}

.package-data .footer-strip .block-zalo .zalo-text {
    flex: 1;
}


.package-data .footer-strip .block-zalo .zalo-text b {
    background: #EE0033;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
}

/* Contact links block */
.package-data .footer-strip .block-contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.package-data .footer-strip .block-contact ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.package-data .footer-strip .block-contact li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-data .footer-strip .block-contact li img {
    width: 25px !important;
    /* filter: invert(14%) sepia(98%) saturate(6000%) hue-rotate(340deg) brightness(95%) contrast(110%); */
}


/* Viettel logo block */
.package-data .footer-strip .block-logo {
    text-align: right;
}

.package-data .footer-strip .block-logo img {
    width: 100%;
    max-width: 200px;
}



/* â”€â”€ REGISTER â”€â”€ */
.register {
    background: #FFF;
    padding: 50px 0px;
    position: relative;
}

.register-inner {
    position: relative;
    z-index: 1;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.reg-box {
    background: #FFF;
    border: 1.5px solid #E8E8E8;
    padding: 40px 48px 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
}

.reg-box-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
}

.reg-icon {
    /* width: 48px;
    height: 48px; */
    /* background: #EE0033; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.reg-box-title {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.3;
}

.reg-box-sub {
    font-size: 15px;
    color: #999;
    margin-top: 5px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    width: 100%;
    border: 1.5px solid #E0E0E0;
    background: #FFF;
    font-size: 15px;
    padding: 8px 16px;
    outline: none;
    border-radius: 2px;
    transition: border-color 0.2s;
    color: #000;
    height: 47px;
}

.form-group input:focus {
    border-color: #EE0033;
}

.form-group input::placeholder {
    color: #C0C0C0;
}

.form-submit {
    width: 100%;
    background: #EE0033;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1.5px;
    padding: 18px;
    text-transform: uppercase;
    margin-top: 8px;
    border-radius: 2px;
    transition: background 0.2s;
}

.form-submit:hover {
    background: #C20028;
}

.form-fine {
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-top: 14px;
    line-height: 1.6;
}

/* Card giÃ¡ chÃ­nh */
.promo-main {
    background: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.promo-main p {
    font-size: 22px;
    font-weight: 500;
}

.promo-main strong {
    font-size: 40px;
    font-weight: 800;
    color: #EE0033;
    /* line-height: 1; */
}

/* Urgency */
.promo-urgency {
    background: #e1e5e8;
    border-radius: 10px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.promo-urgency p {
    font-size: 22px;
    font-weight: 500;
}

@keyframes color4 {

    0%,
    100% {
        background: #ff2252;
    }

    50% {
        background: #a10023;
    }
}

@media (max-width: 768px) {
    .package-data .footer-strip {
        grid-template-columns: 1fr 1fr;
    }

    .package-data .notes-section .content-note {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .section-goi-cuoc {
        display: block
    }

    .package-data .table-responsive {
        display: none;
    }

    .package-data .donvi {
        display: none;
    }

    .packages {
        display: block;
    }

    .package-data .notes-section {
        padding-top: 0;
    }

    .package-wrap .title-wrap {
        display: none;
    }

    .package-wrap {
        padding-top: 0;
        margin-top: -30px;
    }

    .pkg-card {
        margin-bottom: 12px;
    }

    .title-goicuoc {
        font-size: 20px;
        background-color: #EE0033;
        color: #FFF;
        padding: 8px 25px 10px;
        border-radius: 30px;
        font-weight: 700;
        width: max-content;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .goicuoc-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .package-data .footer-strip {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .package-data .footer-strip .block-contact {
        border-left: 0px solid #ddd;
        padding-left: 0px;
    }

    .package-data .footer-strip .block-logo img {
        max-width: 150px;
    }

    .package-data .donvi {
        font-size: 14px;
        margin: 0 12px 0 auto;
    }

    .knowledge-slider .slick-slide {
        margin: 0 5px;
        padding: 10px 5px;
    }

    .register {
        padding: 40px 0px;
    }

    .banner-features {
        margin-top: 45px;
        gap: 50px 15px;
    }

    .feat p {
        font-size: 11px;
        font-weight: 400;
    }

    .feat h3 {
        font-size: 12px;
        font-weight: 600;
    }

    .reg-box {
        padding: 40px 30px 40px;
        margin-bottom: 20px;
    }

    .promo-main h3 strong {
                font-size: 28px;
    }

    .promo-main p, .promo-urgency p {
        font-size: 16px;
    }

    .reg-box-title {
            font-size: 20px;
    }

    .reg-box-sub {
        font-size: 13px;
    }
}