#header .box_headmenu {
    position: sticky;
}

.list_news .news_item .img {
    height: 200px;
    position: relative;
}

.list_news .news_item .img img, .box_list-news .news_item .new_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    position: absolute;
}

.box_list-news .news_item .new_img {
    height: 220px;
    position: relative;
}

.box_list-news .wrap_news-text .title {
    margin-bottom: 0;
    margin-top: 10px;
}

.other_news .list_item .img {
    height: 120px;
    position: relative;
}

.other_news .list_item .img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    position: absolute;
}

.scroll_contact ul li a, .croll-top a {
    /*background: #fd8515;*/
}


.scroll_contact .zalo img {
    width: 33px;
}

.scroll_contact li a {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.main_package .silder_package .slick-list, .main_package .slider_package .slick-list  {
    width: 100%;
}

.main_package .fpt_category_shortcode_slider .slick-slide {
    margin: 0 16px 0 0;
}

.main_package .fpt_category_shortcode_slider .package_btn {
    padding: 0 24px 2px;
    margin-bottom: 20px;
}

.main_package .fpt_category_shortcode_slider .package_content ul {
    padding: 0;
}

.main_package .fpt_category_shortcode_slider .tooltip-text {
    padding: 11px 13px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.page_content .check_location {
    padding: 20px !important;
}

.page_content .check_location_title i {
    font-size: 20px !important;
    margin-right: 10px !important;
}
.page_content .check_location_title b{
    font-weight: normal !important;
}

.page_content .current_location {
    padding: 4px 8px;
}

.page_content .widget-toc {
    padding: 10px;
    width: 100%;
}

.page_content .show-toc-toggle-btn {
    font-size: 15px;
    color: blue;
    font-weight: bold;
    cursor: pointer;
}

.main_package .package_item .package_content {
    height: auto;
}

.category_content {
    margin-bottom: 50px;
}

.main_category .breadcrumbs {
    font-size: 13px !important;
}

.need_item .filter-item {
    gap: 12px;
}

.box_product .img .product-img-frame {
    position: absolute;
    top: 0;
    left: 0;
}

.box_product .img .product-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.aml_pb-bottom-left.mobile {
    bottom: 75px !important;
}

.main_category .box_form {
    margin-bottom: 0;
    flex-wrap: nowrap;
}

.box_product .title h3 {
    font-weight: 700 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.product_detail .breadcrumbs {
    font-size: 13px !important;
}

.box_product .product-attribute p {
    font-size: 14px !important;
}

.right_actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.count_cart_items {
    background: #f0652b;
    color: white;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    padding: 2px 7px;
    left: 20px;
    top: -10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_icon {
    height: 70px;
    width: 36px;
    display: flex;
    align-items: center;
}

.cart_wrapper {
    padding-top: 75px;
}

.table,
.table-bordered {
    border: 1px solid #dee2e6; /* Viền bảng mặc định Bootstrap */
    border-collapse: collapse;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6; /* Viền các ô */
    padding: 0.75rem; /* Khoảng cách trong ô */
}

.cart_wrapper h4 {
    font-size: 1.25rem; /* Kích thước chữ */
    font-weight: 600; /* Độ đậm */
    color: #333; /* Màu chữ */
    margin: 0.5rem 0; /* Khoảng cách trên dưới */
}

.cart_wrapper h5 {
    font-size: 1.25rem;
}

.box_form .full_form {
    max-width: 100%;
    flex-basis: initial;
    width: 100%;
}

.btn_service_detail {
    background: none !important;
}

.fpt_service_detail {
    padding-top: 50px;
}

.fpt_service_detail .container {
    max-width: 1140px;
}

.fpt_service_detail .service_title {
    text-align: center;
}

.fpt_service_detail .service_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 56px;
    color: var(--primary);
}

.fpt_service_detail .service_title .service_description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.fpt_service_detail .service_feature {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 16px);
    flex: 1 1 calc(50% - 16px);
    background: rgb(247, 247, 248);
    padding: 24px;
    text-align: center;
    border-radius: 8px;
}

.fpt_service_detail .service_feature h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #3D3D3D;
}

.fpt_service_detail .service_feature .price-num {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    padding-left: 8px;
    padding-right: 8px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(5, 147, 235)), to(rgb(16, 87, 203)));
    background: linear-gradient(90deg, rgb(5, 147, 235) 0%, rgb(16, 87, 203) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fpt_service_detail .service_speed .speed {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    margin-right: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#F6921E), to(#EB2E0F));
    background: linear-gradient(90deg, #F6921E 0%, #EB2E0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fpt_service_detail .service_features {
    margin: 0 0 35px !important;
}

.fpt_service_detail .service_items {
}

.fpt_service_detail .service_item {
    padding: 15px;
}

.next_page ul li a {
    border: 0px;
}
.next_page ul li.active span {
    background-color: #fd6436;
    border: 0px;
}

.next_page ul li:hover a {
    background-color: #fd6436;
    color: #fff;
    border-radius: 50%;
}

.next_page ul li a {
    border: 0px;
    transition: none;
    border-radius: 50%;
}

.fpt_service_detail .service_item a {
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff6600; /* Màu cam FPT */
    --bs-btn-border-color: #ff6600;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e55b00; /* Màu cam đậm hơn cho hover */
    --bs-btn-hover-border-color: #cc5200;
    --bs-btn-focus-shadow-rgb: 255, 102, 0; /* RGB của #ff6600 */
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cc5200; /* Màu cam đậm hơn nữa cho active */
    --bs-btn-active-border-color: #b34700;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff6600;
    --bs-btn-disabled-border-color: #ff6600;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 102, 0, 0.8);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 102, 0, 1);
    }
}

.box_contact-scroll .scroll_contact a:hover {
    animation: glow 1s infinite alternate;
}

.main_package .package_title {
    padding-bottom: 10px;
}

.check_location {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.check_location_title {
    display: flex;
    align-items: center;
}

.check_location_title i {
    font-size: 20px;
    margin-right: 10px;
}

.check_location_title b {
    font-size: 16px;
}

.current_location {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.current_location b {
    font-weight: 600;
}

.select2-container .select2-selection--single {
    height: 40px !important; /* Thay đổi chiều cao tổng thể */
    display: flex;
    align-items: center; /* Căn giữa nội dung */
}

.select2-container .select2-selection__rendered {
    line-height: 40px !important; /* Căn chỉnh chữ theo chiều cao */
    font-size: 14px; /* Tuỳ chỉnh kích thước chữ */
}

/* Căn chỉnh icon mũi tên xuống */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important; /* Đưa icon về giữa */
    right: 10px !important; /* Điều chỉnh khoảng cách */
    position: absolute;
}

.select2-container {
    z-index: 9999 !important;
}

#selectLocationModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 600;
}

#selectLocationModal .select_location_notice {
    color: grey;
    line-height: 1.3;
}

.silder_package .slick-track, .slider_package .slick-track  {
    display: flex;
    align-items: stretch;
}

/* Cấu trúc bên trong mỗi box */
.main_package .package_item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
}

/* Nội dung chiếm toàn bộ không gian trống */
.main_package .package_content {
    flex: 1;
}

/* Đẩy nút xuống đáy */
.main_package .package_btn {
    margin-top: auto;
}

.breadcrumb_sv .list_service ul li span {
    text-wrap: wrap;
}

.main_package .package_item .list_item li {
    display: none;
}

.main_package .package_item .list_item li:nth-child(-n+4) {
    display: list-item;
}

.service_extend_features {
    list-style: none;
    text-align: center;
}

.service_extend_features li {
    position: relative;
    line-height: 1.6;
    color: #333;
    margin-bottom: 8px;
    padding-left: 0;
    display: inline-block;
    width: 100%;
}

.service_extend_features li::before {
    content: "✔";
    color: #2ecc71;           /* xanh nhẹ */
    margin-right: 6px;
}

.main_banner .picture_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.main_banner .mb_slider_item {
    display: none;
}

.article_content {
    padding: 0;
}

.w-container, .main_breadcrumb  {
    max-width: 1440px;
    width: 1440px;
    margin: auto;
}

.page_content .box_title h1 {
    font-size: 25px;
}

.form_register .submit button {
    background-color: var(--Orange);
    border-color: var(--Orange);
}

.form_register .submit button:hover {
    background-color: var(--Orange);
    color: #ffff;
}

.online-gov-vn {
    display: flex;
    gap: 25px;
    align-items: center;
}

/* Mặc định: chỉ hiển thị ảnh đầu tiên, ẩn phần còn lại */
.slider_item li:not(:first-child), .mb_slider_item li:not(:first-child){
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Khi slick init xong: reset lại cho slick xử lý */
.slider_item.slick-initialized li, .mb_slider_item.slick-initialized li  {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.main_package .package_title.dynamic_content h2 {
    margin-top: 0 !important;
}

.form_note h1,
.form_note h2,
.form_note h3,
.form_note h4,
.form_note h5,
.form_note h6,
.form_note p,
.form_note ul,
.form_note ol,
.form_note li,
.form_note blockquote,
.form_note table,
.form_note tr,
.form_note td,
.form_note th,
.form_note strong,
.form_note em,
.form_note a {
    all: revert;
}

/* ===============================
   PRE-SLICK FIX – CHỐNG KÉO HEIGHT
   =============================== */

/* Trạng thái CHƯA slick */
.slider_internet:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;

    overflow: hidden;
}

/* Desktop ≥1500px | slidesToShow: 6 */
.slider_internet:not(.slick-initialized) > * {
    flex: 0 0 calc(16.666% - 14px);
}

/* <1500px | slidesToShow: 5 */
@media (max-width: 1499px) {
    .slider_internet:not(.slick-initialized) > * {
        flex: 0 0 calc(20% - 14px);
    }
}

/* <1025px | slidesToShow: 4 */
@media (max-width: 1024px) {
    .slider_internet:not(.slick-initialized) > * {
        flex: 0 0 calc(25% - 12px);
    }
}

/* <769px | slidesToShow: 4 */
@media (max-width: 768px) {
    .slider_internet:not(.slick-initialized) > * {
        flex: 0 0 calc(25% - 12px);
    }
}

/* <480px | slidesToShow: 2 + centerMode */
@media (max-width: 479px) {
    .slider_internet:not(.slick-initialized) > * {
        flex: 0 0 70%;
    }
}

/* ===============================
   SAU KHI SLICK INIT
   =============================== */

.slider_internet.slick-initialized {
    display: block;
    overflow: visible;
}

.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page_content .box_title {
    border: none;
}

.review_wrapper {
    margin: 0;
    background: #F3F3F3;
    padding: 24px 40px;
    max-width: 100%;
    width: 100%;
}

.review_wrapper .fpt-comment .card {
    box-shadow: none;
    border: none;
    border-radius: 16px;
}

.review_wrapper .fpt-comment {
    margin-bottom: 0;
}

@media screen and (min-width: 1500px) {
    .extend_package {
        max-width: 1440px;
        width: 1440px;
        margin: auto;
    }

    .main_category .container, .category_content .container {
        max-width: 1268px;
        width: 1268px;
        margin: auto;
    }

    .main_breadcrumb ul {
        padding: 0;
    }
}

@media screen and (max-width: 1380px) {
    .w-container {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 768px) {
    .page_news .container, .main_breadcrumb {
        max-width: fit-content;
    }

    .main_package .package_item .price span.icon-info img {
        width: 23px !important;
    }

    .fpt_service_detail .service_feature .price-num {
        font-size: 35px;
    }

    .fpt_service_detail .service_speed .speed {
        font-size: 35px;
    }

    .scroll_contact ul li a, .croll-top a {
        width: 50px;
        height: 50px;
    }

    .main_benefit {
        padding-bottom: 0;
    }

    .main_banner .page_banner-mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main_banner .page_banner-mb {
        aspect-ratio: 4 / 3;
        width: 100%;
        overflow: hidden;
    }

    .online-gov-vn {
        justify-content: center;
    }

    footer .footer_mb .online-gov-vn img {
        height: auto;
    }

    footer .footer_mb .online-gov-vn .dmca-badge img {
        width: 70px;
    }

    .breadcrumb_sv {
        margin-bottom: 25px;
    }

    .page_content .box_title h1 {
        margin-top: 0 !important;
    }

}


@media screen and (max-width: 500px) {
    .box_contact-scroll .scroll_contact .call, .box_contact-scroll .scroll_contact .cart, .box_contact-scroll {
        display: block !important;
    }

    .page_news .container, .main_breadcrumb {
        max-width: 100%;
    }

    .main_package .package_item h3 {
        font-size: 23px;
        line-height: 0;
    }

    .main_banner .mb_slider_item {
        display: block;
    }

    .form_register .submit button {
        width: 100%;
        max-width: 100%;
    }

    .form_register .submit {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .form_register .submit a.back, .package_service .submit a.back {
        width: 100%;
        max-width: 100%;
    }

    .box_form .form_item {
        padding: 0;
    }

    .list_news .news_item .img {
        height: 150px;
    }

    .main_package {
        padding-left: 0;
    }

    .review_wrapper {
        padding: 24px 0;
    }
}

