* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: "Inter";
}

body {
    background-color: #ffffff;
}

*:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
}

.select2-dropdown {
    border: 1px solid #2cb5d2 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    border: 1px solid #dee5ef !important;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2cb5d2 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #2cb5d22e !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #2cb5d2 !important;
}

.h-40 {
    height: 40px;
}

.mt-20 {
    margin-top: 20px;
}

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

.mt-40 {
    margin-top: 40px;
}

.p-24 {
    padding: 24px;
}

.p-16 {
    padding: 16px;
}

.boder-none {
    border: none;
}

.color-default {
    color: #061839;
}

.li-child2:not(.menu-no-link) .name-item:hover {
    color: #061839;
}

a.menu-no-link,
a.menu-no-link:hover {
    cursor: default;
    pointer-events: none;
}

.footer a.menu-no-link .name-item,
.footer a.menu-no-link .name-item:hover {
    color: #8993a4;
}

.font-bold {
    font-weight: bold;
}

.bg-header {
    position: relative;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(1, 18, 34, 0.1);
}

.height-child.no-shadow {
    box-shadow: none !important;
}

.menu-section {
    transition: height 0.3s ease;
    /* overflow: hidden; */
}

.menu-section-top {
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(1, 18, 34, 0.1);
}

.height-child.height-child-top {
    z-index: 2;
    position: fixed;
    top: 55px;
}

.navbar-height .top-level-link {
    position: relative;
}

.bg-header .header-topbar {
    display: flex;
    height: 48px;
    padding: 0;
    opacity: 1;
    align-items: center;
    justify-content: space-between;
}

.header-topbar-left {
    height: 32px;
    display: flex;
    align-items: center;
}

.header-hotline-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #8993a4;
    text-align: center;
}

.bg-header .header-topbar-right {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-topbar-right .header-topbar-item {
    min-width: 96px;
    font-size: 14px;
    color: #8993a4;
    padding: 6px;
    line-height: 20px;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.header-topbar-contact {
    cursor: pointer;
}

.bg-header .user-account {
    text-align: center;
}

.user-account .btn-login {
    color: #061839;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.slogan-banner .insurance {
    font-weight: 600;
}

.shopping-cart {
    color: #6b788e;
    font-size: 15px;
}

.user-account .btn-login:hover,
.shopping-cart:hover {
    color: #2cb5d2;
}

.side-bar,
.side-bar .main-nav {
    display: flex;
    align-items: center;
}

.main-nav {
    gap: 24px;
}

.bg-header .side-bar {
    height: 60px;
}

.side-bar .search-acount {
    display: flex;
    height: 60px;
    margin-left: auto;
    margin-right: 20px;
    align-items: center;
    justify-content: end;
}

.header-topbar-center {
    display: flex;
    justify-content: flex-end;
}

.header-download-apps {
    height: 32px;
    width: 180px;
    margin-left: 8px;
}
.header-download-btn a{
    color: #fff;
    text-decoration: unset;
}
.btn-consult-desktop{

    height: 34px;

    border-radius:8px;

    background:#0b7cff;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    margin-bottom:0;
    padding: 0 24px;
}
.btn-consult-desktop:hover{
    background-color: #064fa1 ;
    color: #fff;
}
.header-download-btn {
    color: #fff;
    display: flex;
    padding: 6px;
    width: 100%;
    height: 100%;
    font-size: 13px;
    border-radius: 8px;
    align-items: center;
    background-color: #2cb5d2;
    border: 1px solid #2cb5d2;
    justify-content: space-between;
}

.header-download-btn .header-download-icon {
    margin-right: 4px;
}

.nav-main .nav-item .title-item:hover {
    color: #2cb5d2;
}

.text-left {
    text-align: left;
}

.text-end {
    text-align: end;
}

.header-search {
    display: flex;
    width: 250px;
    height: 32px;
    padding: 6px;
    align-items: center;
    border-radius: 20px;
    background-color: #f7f8f9;
}

.header-search img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    opacity: 0.6;
}

.header-search input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #8993a4;
    line-height: 20px;
    font-style: normal;
    background: transparent;
    width: 150px;
}

.side-bar .logo {
    width: 150px;
    height: 40px;
    object-fit: contain;
}

.nav-main {
    margin: 0;
    gap: 16px;
    padding: 0;
    height: 60px;
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-main .nav-item .title-item {
    color: #061839;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.top-level-link.active > .d-flex > .title-item {
    color: #2cb5d5;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Safari/iOS hit-test object-fit:cover theo tỉ lệ ảnh gốc (chưa crop), khiến phần ảnh
       bị crop hiển thị nhưng không bấm được. Bỏ pointer-events để click luôn rơi vào thẻ a cha. */
    pointer-events: none;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-content span {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.banner-content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.banner-content .feature {
    height: 100%;
    gap: 10px 0;
    align-items: end;
}

.title-cover {
    margin-top: 22px;
}

.title-cover .title {
    height: 135px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-8 {
    margin-top: 8px;
}

.title-cover .an-tam {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #fff;
    text-align: center;
}

.title-cover .hanh-phuc {
    font-family: "Sansita Swashed", cursive;
    font-weight: 600;
    font-size: 64px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #fff;
    text-align: center;
}

.slider .ellipse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.slider .rectangle {
    width: 20px;
    height: 8px;
    border-radius: 10px;
    background-color: #2cb5d2;
}

.feature .process-cover {
    padding: 16px;
    border-radius: 10px;
    background-color: #ffffff;
}

.insurance .process-cover[data-href] {
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}

.tim-hieu {
    color: #8993a4;
}

.process-cover .caption {
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}

.tim-hieu-them {
    gap: 8px;
    height: 30px;
    display: flex;
    align-items: center;
}

/* Nội dung */
.content-infor {
    background-color: #dee5ef;
}

.arrow-circle img {
    width: 32px;
    height: 32px;
}

.categoris,
.products {
    margin-top: 48px;
}

.categoris .feature {
    gap: 13px;
    display: flex;
    height: 100%;
    padding: 20px 24px;
    align-items: center;
    background-color: #ffffff;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.protection-needs {
    width: 205px;
}

.title-feature .feature {
    font-size: 16px;
    font-weight: 500;
}

.two-column-list .text-muted {
    font-weight: 400;
    font-size: 15px;
    list-style: disc;
}

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

.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}

.text-muted {
    color: #8993a4 !important;
}

.menu-feature {
    height: 90px;
    display: flex;
    border-radius: 10px;
    background: #f7f8f9;
    border: 1px solid #dee5ef;
}

.pjico-items {
    align-items: center;
}

.pjico-item a {
    text-decoration: none;
    color: black;
}

.pjico-items .pjico-item {
    display: flex;
    height: 100%;
    width: 248px;
    padding: 20px 24px;
    align-items: center;
    justify-content: center;
}

.pjico-item {
    border-left: 2px solid white;
}

.product-list {
    padding: 32px;
    border-radius: 10px;
    background-color: #eaf8fb;
}

.feature-homepage .title-tag {
    color: #fff;
    font-size: 14px;
    width: 170px;
    height: 36px;
    padding: 8px 16px;
    text-transform: uppercase;
    background-color: #2cb5d2;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.enterprise-solutions {
    margin-top: 24px;
}

.feature-homepage .frame {
    margin-top: 24px;
}

.feature-homepage strong {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.feature-homepage .color-pjico,
.hotline .hotline-support {
    color: #2cb5d2;
    text-decoration: none;
}

.hotline .icon-call {
    width: 16px;
    height: 16px;
}

.feature-homepage .learn-more {
    height: 44px;
    border: none;
    background: none;
    color: #061839;
    align-items: center;
    position: relative;
    z-index: 3;
}

.feature-homepage {
    position: relative;
    z-index: 2;
}

.product-list .bg {
    left: 0;
    bottom: 0;
    margin-top: 16px;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.product-list .bg a {
    pointer-events: auto;
}

.product-list .bg img {
    width: 100%;
    height: 100%;
}

.product-list .nav-tabs .nav-link.active {
    border-color: #fff #fff #fff;
}

.tab-wrapper.roundeds {
    border-radius: 15px;
    overflow: hidden;
}

.tab-wrapper.roundeds .nav.nav-tabs {
    border-radius: 15px 0 0 0;
    border-bottom: 1px solid #dee2e6;
}

.product-list .tab-content {
    min-height: 450px;
    padding: 24px 48px;
    border-color: #fff #fff #fff;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-list .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 12px;
    border-bottom: 1px solid #fff;
}

.item-hotdeal .body-hotdeal {
    width: 250px;
    /* height: 190px; */
}

.roundeds {
    border-radius: 10px;
}

.product-list .nav-link:hover,
.product-list .nav-link {
    color: #000;
}

.product-list .nav-tabs .nav-link.active {
    color: #061839;
    padding: 16px 12px;
    font-weight: 600;
}

.list-product .items-product {
    margin: 0;
    display: flex;
    justify-content: center;
}

.list-product .item-product {
    max-width: 280px;
    width: 100%;
    padding: 17px 16px 24px 16px;
    border-radius: 10px;
    background-color: #f4fbfd;
    border: 1px solid #2cb5d2;
}

.hotline.mt-3 {
    font-size: 14px;
}

.pl-30 {
    padding-left: 30px;
}

.link-CHPLay {
    width: 86px;
    height: 86px;
    border-radius: 6px;
    border: 1px solid #000000;
}

.bg-apps .title-download {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.item-product .title-slogan {
    position: relative;
    display: flex;
    width: 215px;
    font-size: 14px;
    padding: 5px 10px;
    height: 32px;
    margin-left: -26px;
    color: #ffffff;
    align-items: center;
    background-color: #072a6c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.item-product .title-slogan::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 9px;
    height: 9px;
    border-left: 10px solid transparent;
    border-top: 6px solid #2cb5d2;
}
.header-feature {
    padding-top: 16px;
    line-height: 33px;
}

.item-product .slogan-star {
    width: 20px;
    height: 20px;
}

.item-product .title {
    color: #061839;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.item-product .notes {
    font-size: 14px;
    font-weight: 500;
    color: #2cb5d2;
    align-items: center;
}

.font-500 {
    font-weight: 500;
}

.item-product .note {
    font-size: 14px;
    color: #072a6c;
    font-weight: 600;
    line-height: 24px;
}

.text-interest {
    color: #8993a4;
    font-size: 14px;
}

.item-product .notes img {
    width: 16px;
    height: 16px;
}

.item-product .discount {
    color: #8993a4;
    margin-top: 16px;
    font-size: 14px;
    text-decoration: line-through;
}

.item-product .listed-prices {
    justify-content: space-between;
    color: #2cb5d2;
    font-size: 25px;
}

.title.h4-bold {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}

.save-money {
    color: #8993a4;
}

.percent {
    color: #2cb5d2;
}

.price {
    color: #00b2ff;
    font-weight: 700;
    font-size: 22px;
}

.currency {
    font-size: 18px;
    font-weight: 700;
    color: #061839;
    margin: 0;
}

.save-money {
    display: flex;
    font-size: 12px;
    color: #555;
}

.save-money .percent {
    color: #00b2ff;
    font-weight: 600;
}

.btn-buynow {
    height: 40px;
    color: #fff;
    padding: 10px;
    border: #0385ff;
    border-radius: 6px;
    background-color: #0385ff;
    align-items: center;
}

.icon-buynow {
    width: 25px;
    height: 25px;
}

.item-hotdeal {
    padding: 28px;
    border-radius: 10px;
    border: 1px solid #61c7dd;
    background-color: #f4fbfc;
}

.item-hotdeal .item-img {
    width: 250px;
    margin-bottom: 24px;
}

.img-hotdeal {
    aspect-ratio: 3 / 2;
    width: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.body-hotdeal .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.description {
    color: #8993a4;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body-hotdeal .description.news {
    min-height: 60px;
}

.btn-hotdeal {
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-hotdeal:hover {
    color: white;
}

.btn-info {
    color: #fff;
    border: 1px solid #2cb5d2;
    background-color: #2cb5d2;
}

.btn-secondary {
    color: #8993a4;
    border: 1px solid #c2c7d0;
    background-color: #c2c7d0;
}

.body-hotdeal .has-expired {
    margin-top: 10px;
    font-size: 15px;
    color: #8993a4;
    padding: 3px 15px;
    border-radius: 20px;
    border: 1px solid #c2c7d0;
    background-color: #c2c7d0;
}

.see-more {
    padding: 10px 12px;
    color: #2cb5d2;
    border-radius: 10px;
    margin-top: 24px;
    margin-bottom: 40px;
    background-color: #ffffff;
    border: 1px solid #2cb5d2;
}

.news-headlines {
    font-size: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.solution-content ul {
    padding-left: 1rem;
    list-style: disc;
    color: #333;
    font-size: 14px;
}

.solution-content .btn {
    background-color: #007bff;
    border: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    transition: 0.3s;
}

.solution-content .btn:hover {
    background-color: #0056b3;
}

.solution-content .title-tag {
    font-size: 13px;
    color: #0d6efd;
}

.bg-business {
    background: #eaf8fb;
    border-radius: 20px;
}

.solution-content {
    padding: 20px;
}

.solution-business .feature-homepage {
    padding: 32px;
}

.two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
    padding-left: 18px;
}

.font-500 {
    font-weight: 500;
}

.hotline-number {
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 700;
}

.getquote {
    display: flex;
    width: 399px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 30px;
    justify-content: space-between;
    background: rgba(3, 133, 255, 0.1);
}

.p-10 {
    padding: 10px;
}

.btn-getquote {
    display: flex;
    padding: 10px;
    align-items: center;
    color: #ffffff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid rgba(3, 133, 255, 1);
    background-color: rgba(3, 133, 255, 1);
}
.getquote .btn-getquote {
    text-decoration: none;
    color: #ffffff;
}

.card-utilities {
    padding: 21px 10px;
    border-radius: 8px;
    background-color: #f7f8f9;
}

.pt-40 {
    padding-top: 40px;
}

.bg-news {
    background-color: #f7f8f9;
}

.item-new .img-new {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item-new .img-new {
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.item-new {
    width: 424px;
    border-radius: 10px;
    border: 1px solid #dee5ef;
    background-color: #ffffff;
}

.item-new .body-hotdeal {
    padding: 24px;
    width: 424px;
    /* height: 256px; */
}

.body-hotdeal .description {
    min-height: 45px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
}

.description p {
    margin-bottom: 0;
}

.icon-news {
    padding: 0;
    border: none;
    background: none;
}

.description.mb-3 p {
    margin-bottom: 0;
}

.btn-hotdeal.caption-medium {
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
}

.body-hotdeal .date {
    color: #061839;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.4px;
}

.body-hotdeal .date-news {
    color: #8993a4;
}

.bg-apps {
    width: 100%;
    min-height: 440px;
    border-radius: 20px;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../image/content/app_download.png");
}

.bg-apps::after {
    content: "";
    position: absolute;
    background-image: url(../image/content/app/logo_app.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 90%;
    min-height: 440px;
    align-items: center;
}

.bg-apps .PJICO {
    color: #dee5ef;
    margin-bottom: 30px;
}

.bg-apps .my-title {
    font-family: "Sansita Swashed", cursive;
    margin-bottom: 30px;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    letter-spacing: 0.5px;
}

.apps .app-qr {
    width: 120px;
    height: 120px;
}

.apps .app-qr img {
    width: 100%;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 100px;
}

.feature-item {
    border-radius: 12px;
    padding: 10px;
    width: 220px;
    height: 55px;
    display: flex;
    align-items: center;
}

.feature-item.feature-left {
    background: linear-gradient(to right, #fff 50%, #fff6eb0d 90%);
}

.feature-item.mt-left {
    margin-top: 30px;
}

.feature-item.mt-right {
    display: flex;
    margin-top: 30px;
    justify-content: end;
}

.feature-item.mt-right .icon {
    margin-left: 5px;
}

.feature-item.mt-left .icon {
    margin-right: 5px;
}

.feature-item.feature-right {
    background: linear-gradient(to left, #fff 50%, #e6f4ff0d 90%);
}

.feature-item .icon {
    width: 35px;
    height: 35px;
}

.feature-item .text {
    font-size: 14px;
    line-height: 10px;
}

.feature-item .text strong {
    display: block;
    font-weight: 700;
    color: #333;
}

.main-hotline {
    color: #8993a4;
}

.feature-item .text span {
    color: #666;
}

.feature-item .text span.blue {
    color: #009dff;
}

.feature-grid .item-left {
    padding-top: 40px;
    padding-right: 80px;
}

.feature-grid .item-right {
    padding-bottom: 80px;
}

.logo-pjico-share {
    width: 146px;
    height: 30px;
}

.border-footer {
    border-top: 1px solid #dee5ef;
}

ul {
    list-style: none;
    padding-left: 0;
}

.type-insurance {
    color: #061839;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    font-style: normal;
}

.ul-child1 {
    margin-bottom: 24px;
}

.footer-columns {
    margin-top: 28px;
    margin-bottom: 40px;
}

.footer .name-item,
.company-infor span {
    color: #8993a4;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.footer .name-item {
    margin-bottom: 8px;
}

.company-infor .name-company {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.compensation-policy {
    justify-content: space-between;
}

.compensation-policy span {
    font-size: 14px;
}

.hotline-footer {
    color: #0385ff;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
}

.products.banner-product {
    margin-top: 24px;
}

.products.contents .products {
    margin-top: 24px;
}

.categoris.distance {
    margin-top: 24px;
}

.products.contents,
.categoris.bg-footer {
    margin-top: 40px;
}

.contact-us {
    height: 44px;
    padding: 10px;
    width: 220px;
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    border: 1px solid #0385ff;
    background-color: #0385ff;
    text-decoration: none;
}
.contact-us:hover {
    color: #fff;
}

.download-app {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

/* .banner-content .menu-left {
    height: 465px;
} */

/* .item-insurance {
    height: 122px;
} */

.item-insurance .insurance {
    min-width: 225px;
    height: -webkit-fill-available;
    cursor: pointer;
}

.url-footer .apple-app,
.url-footer .google-play {
    width: 135px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
}

#footer .contact-us {
    display: flex;
    padding: 10px;
    align-items: center;
}

.copyright {
    height: 48px;
    background-color: #f7f8f9;
}

.url-footer {
    width: 60%;
}

.copyright .container {
    display: flex;
    height: 100%;
    align-items: center;
}

.name-copyright {
    color: #8993a4;
}

.menu-feature .pjico-items {
    width: 100%;
}

.item-seemore {
    margin-top: 24px;
}

/* Sub menu */

ul.nav-main > li:hover > div.sub-menu-block {
    opacity: 1;
    z-index: 100;
    border-radius: 5px;
    visibility: visible;
    transform: rotateX(0deg);
}

ul.nav-main > li > div.sub-menu-block {
    position: absolute;
    opacity: 0;
    font-size: 16px;
    visibility: hidden;
    box-sizing: border-box;
    transform: rotateX(90deg);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    z-index: 3;
}

.tim-hieu-them a,
.learn-more {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    font-style: normal;
    text-decoration: none;
}

.font-600 {
    font-weight: 600;
}

.btn-buynow:hover,
.btn-getquote:hover {
    background-color: #0385ff;
}

.icon-news:hover {
    border-radius: 50%;
}

.btn-getquote:hover {
    border: 1px solid #2cb5d5;
}

.tim-hieu-them .tim-hieu:hover,
.insurance .process-cover[data-href]:hover .tim-hieu,
.learn-more:hover {
    color: #2cb5d5;
}

.top-level-link:hover .title-item {
    color: #2cb5d5;
}

.sub-menu-col:hover,
.sub-menu-col:hover .sub-menu-head {
    color: #2cb5d5;
}

.sub-menu-block {
    padding-left: 10px;
    width: max-content;
}

ul.nav-main > li:hover > div.sub-menu-block > * {
    opacity: 1;
    height: 32px;
}

ul.nav-main > li > div.sub-menu-block > * {
    opacity: 0;
    transition-duration: 0.4s;
}

.sub-menu-row {
    text-align: left;
}

.text-decoration-none {
    text-decoration: none !important;
}

.sub-menu-head {
    font-size: 16px;
    font-weight: 500;
    color: #091e42;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
}

.sub-menu-head:hover {
    color: #061839;
}

ul.nav-main > li ul.sub-menu-lists {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.nav-main > li ul.sub-menu-lists > li > a {
    color: #5d5858;
    font-weight: 500;
    font-size: 16px;
}

ul.nav-main > li ul.sub-menu-lists > li > a:hover {
    color: #2cb5d2;
}

.sub-menu-lists .menu-child2 {
    line-height: 25px;
}

ul.nav-main > li:hover > .title-item {
    color: #2cb5d2;
}

.top-level-link:after {
    content: "";
    left: 0;
    right: 0;
    width: 85%;
    bottom: 8px;
    height: 2px;
    margin: auto;
    display: block;
    position: absolute;
    transform: scaleX(0);
    background: #2cb5d5;
}

.top-level-link:hover::after,
.top-level-link.active::after {
    transform: scaleX(1);
    transition: transform 0.4s;
}

/* chức năng dropdown */
.toggle-icon {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.user-account {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 6px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 22px);
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 160px;
    padding: 8px 0;
    border-radius: 6px;
    outline: none;
}

.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    z-index: 0;
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    z-index: 1;
}

#dropdownArrow {
    font-size: 14px;
}

.dropdown-item:hover {
    color: #fff;
    background-color: #2cb5d2;
}

.dropdown-menu.show {
    display: block;
}

/* Dropdown tài khoản người dùng (header) */
.user-account-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 24px);
    right: -8px;
    left: auto;
    width: 223px;
    padding: 16px 0 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(13, 44, 74, 0.12);
    z-index: 1050;
    outline: none;
}

.user-account-dropdown::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 18px;
    left: auto;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(13, 44, 74, 0.08);
    z-index: 0;
}

.user-account-dropdown::after {
    content: "";
    position: absolute;
    top: -8px;
    right: 19px;
    left: auto;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1;
}

.user-account-dropdown.show {
    display: block;
}

.user-account-dropdown__name {
    margin: 0;
    padding-bottom: 12px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #061839;
    border-bottom: 1px solid #eef2f6;
    text-align: left;
}

.user-account-dropdown__nav {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.user-account-dropdown__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #344054;
    text-decoration: none;
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

.user-account-dropdown__link:hover {
    background-color: rgba(44, 181, 210, 0.08);
    color: #061839;
}

.user-account-dropdown__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    flex-shrink: 0;
    color: #98a2b3;
    font-size: 16px;
}

.user-account-dropdown__link:hover .user-account-dropdown__icon {
    color: #2cb5d2;
}

.user-account-dropdown__lang {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 16px 0;
    padding: 10px 14px;
    background: #f5f7fa;
    border-radius: 24px;
    cursor: default;
}

.user-account-dropdown__lang-flag {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
}

.user-account-dropdown__lang-label {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
}

.user-account-dropdown__lang-chevron {
    font-size: 12px;
    color: #98a2b3;
}

.user-account-dropdown__footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #eef2f6;
    margin-left: 16px;
    margin-right: 16px;
}

.user-account-dropdown__footer .user-account-dropdown__link {
    padding: 10px 0;
}

.user-account-dropdown__link--logout:hover {
    background-color: transparent;
    color: #344054;
}

.user-account-dropdown__link--logout:hover .user-account-dropdown__icon {
    color: #98a2b3;
}

.user-account-dropdown__link--logout .user-account-dropdown__icon {
    color: #98a2b3;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotate-icon.rotate {
    transform: rotate(180deg);
}

.header-navbar,
.icon-mobiles {
    display: none;
}

ul.nav-main > li ul.sub-menu-lists {
    display: none;
}

.current-user_mobile {
    display: none;
}

#navbar_header .mobiles {
    display: none;
}

.sidebar-menu {
    display: none;
}

.item-convenience {
    color: #061839;
    font-weight: 500;
    text-decoration: none;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6dced3;
}

.carousel-inner .height-item {
    position: relative;
    height: auto;
}

/* .w-banner {
    width: 50%;
} */

.form-control[type="time"],
.form-control[type="datetime-local"] {
    height: 40px !important;
    line-height: 40px !important;
}

.img-fluid {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.categoris .follow-us {
    height: 76px;
}

.btn-news {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #fff;
    border: 2px solid #2cb5d2;
}

.btn-news .icon-news {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #2cb5d2;
}

.btn-news .icon-news:hover {
    color: #fff;
}

.btn-news:hover {
    background-color: #2cb5d2;
}

.btn-news a.icon-news {
    text-decoration: none;
}

.item-convenience .item {
    margin-top: 10px;
    font-weight: 500;
}

.item-convenience .item:hover {
    color: #2cb5d2;
}

.circle-arrow-down {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #061839;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.circle-arrow-down::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    width: 2px;
    height: 10px;
    background-color: #061839;
}

.circle-arrow-down::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    transform: translateX(-50%) rotate(-135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #061839;
    border-left: 2px solid #061839;
}

#nav_overlay {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 1;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
}

.height-child {
    position: fixed;
    top: 108px;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    z-index: 5;
    transition: height 0.3s ease;
    box-shadow: 0px 4px 8px 0px rgba(1, 18, 34, 0.1);
}

.menu-section:hover {
    box-shadow: none;
}

.modal-backdrop.show {
    opacity: 0.5;
    z-index: 10000 !important;
}

.modal {
    z-index: 10001 !important;
}

.banner-config{
    width: 100%;
}

/* ===============================
   PJICO Mobile Header
================================ */

.pj-mobile-header{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    background: #fff;

    z-index: 9999;

    box-shadow: 0 2px 8px rgba(0,0,0,.08);

    overflow-x: hidden;
}

/* TOP */

.pj-topbar{

    height:36px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 16px;

    border-bottom:1px solid #ececec;
}

.pj-hotline{

    display:flex;

    align-items:center;

    gap:6px;

    color:#8c8c8c;

    font-size:12px;

    text-decoration:none;
}

.pj-hotline i{

    color:#8f6dd7;

    font-size:13px;
}

.pj-help{

    display:flex;

    align-items:center;

    gap:5px;

    color:#8c8c8c;

    font-size:12px;

    text-decoration:none;
}

.pj-help i{

    color:#8f6dd7;

    font-size:12px;
}

/* NAVBAR */

.pj-navbar{

    height:62px;

    display:flex;

    align-items:center;

    gap:12px;

    padding:0 16px;
    justify-content: space-between;
}

/* Logo */

.pj-logo{

    flex-shrink:0;
}

.pj-logo img{

    display:block;

    height:28px;
}

/* SEARCH */

.pj-search{

    flex:1;

    height:38px;

    display:flex;

    align-items:center;

    padding:0 14px;

    background:#f5f5f7;

    border-radius:20px;
}

.pj-search i{

    color:#8f6dd7;

    font-size:15px;

    margin-right:10px;
}

.pj-search input{

    width:100%;

    border:none;

    background:none;

    outline:none;

    color:#444;

    font-size:14px;

    box-sizing:border-box;
}

.pj-search input::placeholder{

    color:#b5b5b5;
}

/* ICON */

.pj-btn{

    width:32px;

    height:32px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#8f6dd7;

    text-decoration:none;

    border:none;

    background:none;

    cursor:pointer;

    flex-shrink:0;
}

.pj-btn i{

    font-size:20px;
}

.pj-btn:hover{

    background:#f5f5f5;

    border-radius:50%;
}

.pj-mobile-menu{

    position:fixed;

    top:0;

    right:-320px;

    width:320px;

    max-width:90%;

    height:100vh;

    background:#fff;

    z-index:99999;

    transition:.35s;

    display:flex;

    flex-direction:column;

    box-shadow:-6px 0 20px rgba(0,0,0,.15);
}

.pj-mobile-menu.show{

    right:0;
}

.pj-menu-overlay{

    position:fixed;

    inset:0;

    background:rgba(0,0,0,.45);

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:99998;
}

.pj-menu-overlay.show{

    opacity:1;

    visibility:visible;
}

.pj-mobile-menu-header{

    height:70px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:0 20px;

    border-bottom:1px solid #eee;
}

.pj-mobile-menu-header button{

    border:none;

    background:none;

    font-size:24px;

    cursor:pointer;

    color:#7A57C6;
}

.pj-mobile-menu ul{

    margin:0;

    padding:0;

    list-style:none;

    flex:1;
}

.pj-mobile-menu li{

    border-bottom:1px solid #f2f2f2;
}

.pj-mobile-menu li a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:22px;

    text-decoration:none;

    color:#12244A;

    font-size:24px;

    font-weight:600;
}

.pj-mobile-menu-footer{

    padding:18px;
}

.btn-consult,
.btn-app{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    height:48px;

    border-radius:8px;

    text-decoration:none;

    margin-bottom:12px;
}

.btn-consult{

    background:#007BFF;

    color:#fff;
}

.btn-app{

    background:#2DB8D8;

    color:#fff;
}

.pj-full-menu{

    position:fixed;

    inset:0;

    background:#fff;

    z-index:999999;

    display:none;

    overflow-y:auto;

    overflow-x:hidden;

    box-sizing:border-box;
}

.pj-full-menu.show{

    display:block;
}

.pj-full-menu *,
.pj-full-menu *::before,
.pj-full-menu *::after{

    box-sizing:border-box;
}

.pj-menu-content{

    padding:15px 20px;

    overflow-wrap:break-word;
}

.menu-item{

    height:72px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    text-decoration:none;

    color:#11284B;

    font-size:20px;

    font-weight:700;

    overflow-wrap:break-word;
}

.menu-item i{

    color:#8d6dd7;
}

.pj-menu-footer{

    padding:20px;

    overflow-wrap:break-word;
}

.btn-consult{

    height:48px;

    border-radius:8px;

    background:#0b7cff;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;

    margin-bottom:15px;
}

.btn-app{

    height:48px;

    border-radius:8px;

    background:#33b9d7;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    text-decoration:none;
}

.menu-group{
    border-radius:16px;

    transition:.25s;
}

.menu-group.active{

    background:#F5F7FA;
}

.menu-item{

    height:64px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    cursor:pointer;

    font-size:18px;

    font-weight:600;

    color:#12244A;
}

.menu-group.active .menu-item{

    font-weight:700;
}

.arrow{

    width:18px;

    transition:.25s;
}

.menu-group.active .arrow{

    transform:rotate(90deg);
}

.submenu{

    display:none;

    padding-bottom:14px;
}

.menu-group.active .submenu{

    display:block;
}

.submenu a{

    display:block;

    padding:12px 20px 12px 22px;

    color:#7A7A7A;

    text-decoration:none;

    font-size:16px;

    font-weight:500;
}

.submenu a:hover{

    color:#0A5BD8;
}

.pj-consult-modal{

    position:fixed;

    inset:0;

    background:#fff;

    z-index:999999;

    display:none;

    overflow-y:auto;

    overflow-x:hidden;

    box-sizing:border-box;
}

.pj-consult-modal *,
.pj-consult-modal *::before,
.pj-consult-modal *::after{

    box-sizing:border-box;
}

.pj-consult-modal.show{

    display:block;
}

.pj-consult-panel{

    padding:22px;

    box-sizing:border-box;

    max-width:100%;

    overflow-wrap:break-word;
}

.pj-consult-close{

    width:36px;

    height:36px;

    border:none;

    background:none;

    position:absolute;

    top:22px;

    right:22px;
}

.pj-consult-logo{

    margin-top:50px;

    margin-bottom:20px;
}

.pj-consult-logo img{

    width:120px;
}

.pj-consult-panel h2{

    font-size:32px;

    color:#143B75;

    margin-bottom:16px;

    overflow-wrap:break-word;
}

.pj-consult-panel p{

    color:#666;

    line-height:1.6;

    margin-bottom:28px;

    overflow-wrap:break-word;
}

.form-group{

    margin-bottom:18px;
}

.form-group label{

    display:block;

    margin-bottom:8px;

    font-weight:600;
}

.form-group span{

    color:red;
}

.form-group input,

.form-group textarea,

.form-group select{

    width:100%;

    border:1px solid #E5E5E5;

    border-radius:6px;

    padding:12px;

    font-size:15px;

    outline:none;

    box-sizing:border-box;
}

.consult-footer{

    display:flex;

    gap:12px;

    margin-top:30px;
}

.btn-cancel{

    flex:1;

    height:46px;

    border:1px solid #28B9E7;

    background:#fff;

    color:#28B9E7;

    border-radius:6px;

    box-sizing:border-box;
}

.btn-submit{

    flex:1;

    height:46px;

    border:none;

    background:#0A7CFF;

    color:#fff;

    border-radius:6px;

    box-sizing:border-box;
}
@media (max-width: 768px) {
    .pj-mobile-header{
        display: block;
    }
    body{
        padding-top: 98px;
    }
    .bg-header{
        display: none;
    }
    .pj-consult-panel h2{
        font-size: 24px;
    }
    .pj-consult-logo{
        margin-top: 30px;
    }
    .pj-consult-panel{
        padding: 16px;
    }
    .menu-item{
        font-size: 16px;
        padding: 0 8px;
    }
    .item-new .body-hotdeal{
        width: 100%;
    }
}

/* button lên đầu trang */
.back-to-top {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: #2ab5d2;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 9999;
}

.back-to-top:hover {
    background: #239db8;
    transform: translateY(-3px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .back-to-top {
        width: 46px;
        height: 46px;
        right: 16px;
        bottom: 16px;
        font-size: 18px;
    }

    .categoris.distance {
        margin-top: 0;
    }
}

.reload-captcha-btn:hover{
    color: #fff;
    border-color: #2cb5d2;
    background-color: #2cb5d2;
}