#header .box_headmenu {
    position: sticky;
}

.main_banner {
    padding-top: 70px;
}

.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 {
    width: 100%;
}

.page_content .article_content * {
    margin: revert;
    padding: revert;
    font-size: revert;
    font: revert;
    vertical-align: revert;
}

.page_content .article_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 1rem;
    overflow-x: auto;
    display: block; /* responsive scroll */
}

.page_content .article_content table thead {
    background-color: #f2f2f2;
}

.page_content .article_content table th,
.page_content .article_content table td {
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
}

.page_content .article_content table th {
    font-weight: 600;
    text-align: center;
    background-color: #fafafa;
}

.page_content .article_content table tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

.page_content .article_content table tbody tr:hover {
    background-color: #f0f8ff;
}

.page_content .article_content .main_package * {
    margin: initial;
}

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

.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 .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;
    min-height: 400px;
}

.extend_package * {
    margin: revert;
    padding: revert;
    font-size: revert;
    font: revert;
    vertical-align: revert;
}

.extend_package .main_package * {
    margin: initial;
}

.extend_package *:not(.main_package):not(.main_package *) {
    padding: 0 15px;
}

.modify_content * {
    margin: revert;
    padding: revert;
    font-size: revert;
    font: revert;
    vertical-align: revert;
}

.modify_content .main_package * {
    margin: initial;
}

.modify_content *:not(.main_package):not(.main_package *) {
    padding: 0 15px 0 0;
}

.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;
}

.box_contact-scroll .scroll_contact .zalo a {
    background: linear-gradient(135deg, #0066cc, #00aaff); /* Xanh sáng hơn và tươi hơn */
}


.box_contact-scroll .scroll_contact .messenger a {
    background: linear-gradient(135deg, #002d72, #8e44ad, #e91e63); /* Xanh tím than, tím, và hồng */
}


.box_contact-scroll .scroll_contact .call a {
    background: linear-gradient(135deg, #ff9900, #ff6600, #ffa31a); /* Cam sáng và vàng cam */
}


@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;
}


@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;
    }
}


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

    .page_content .article_content img {
        width: 100% !important;
    }

    .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;
    }
}


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

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

