/*.header-search {*/
/*    margin-left: 15px;*/
/*    margin-right: 15px;*/
/*}*/
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1300px;
    }
}

.economic-calendar {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    position: relative;
    overflow: visible;
    box-shadow: 0 10px 28px rgba(24, 39, 75, .08);
}

.economic-calendar__toolbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    padding: 10px 14px;
    position: relative;
    background: #ffffff;
    border: 1px solid #f0f2f5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    margin-bottom: 15px;
}

.economic-calendar__date-group {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #f0f2f5;
    border-radius: 50px;
    padding: 4px 6px;
    min-width: 0;
}

.economic-calendar__nav {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #475569;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, color .15s ease;
}

.economic-calendar__nav:hover {
    background: #f8fafc;
    color: #0f172a;
}

.economic-calendar__nav:focus {
    outline: none;
}

.economic-calendar__date-field {
    position: relative;
    flex: 0 0 auto;
}

.economic-calendar__date-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 32px;
    border: none;
    padding: 0 12px;
    color: #1e293b;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.economic-calendar__date-trigger i {
    color: #64748b;
    font-size: 16px;
    font-weight: 400;
}

.economic-calendar__date-trigger:hover {
    background: transparent;
}

.economic-calendar__date-trigger:focus,
.economic-calendar__search:focus,
.economic-calendar__filter-trigger:focus {
    outline: none;
}

.economic-calendar__filter-trigger {
    height: 38px;
    border: none;
    background: transparent;
    color: #334155;
    font-size: 14px;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.economic-calendar__filter-trigger i {
    font-size: 16px;
    color: #64748b;
    font-weight: 400;
}

.economic-calendar__filter-trigger::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #f0f2f5;
}

.economic-calendar__filter-trigger:hover {
    color: #0f172a;
}

.economic-calendar__search-wrap {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #f0f2f5;
    border-radius: 50px;
    padding: 0 18px;
    flex: 1 1 auto;
    gap: 10px;
    color: #64748b;
    height: 42px;
    max-width: 380px;
}

.economic-calendar__search {
    height: 100%;
    border: none;
    background: transparent;
    color: #0f172a;
    font-size: 14px;
    width: 100%;
    padding: 0;
}

.economic-calendar__search::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.economic-calendar__meta {
    margin-left: auto;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    background: #ffffff;
    padding: 8px 18px;
    border: 1px solid #f0f2f5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    height: 42px;
}

.economic-calendar__meta::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #f0f2f5;
}

.economic-calendar__panel {
    position: absolute;
    top: calc(100% + 8px);
    z-index: 40;
    border: 1px solid #cbd7e4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .18);
    color: #0f172a;
}

.economic-calendar__panel[hidden] {
    display: none !important;
}

.economic-calendar__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.economic-calendar__panel-close {
    display: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.economic-calendar__filter-panel > .economic-calendar__panel-head {
    display: none;
}

.economic-calendar__date-panel {
    left: 0;
    width: 640px;
    max-width: calc(100vw - 30px);
    padding: 14px;
}

.economic-calendar__filter-panel {
    right: 14px;
    width: 520px;
    max-width: calc(100vw - 30px);
    padding: 12px;
}

.economic-calendar__panel-title,
.economic-calendar__filter-title {
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.economic-calendar__range-preview {
    width: 250px;
    height: 32px;
    margin-top: 6px;
    border: 1px solid #cbd7e4;
    border-radius: 4px;
    padding: 0 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
}

.economic-calendar__month-nav {
    display: grid;
    grid-template-columns: 30px 30px 1fr 30px 30px;
    align-items: center;
    margin: 12px 0 4px;
}

.economic-calendar__month-nav button {
    height: 38px;
    border: 0;
    background: transparent;
    color: #0f766e;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.economic-calendar__month-nav button:hover {
    color: #0f172a;
}

.economic-calendar__months {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.economic-calendar__month-title {
    margin-bottom: 8px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.economic-calendar__weekdays,
.economic-calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.economic-calendar__weekdays span {
    color: #94a3b8;
    font-size: 12px;
    text-align: center;
}

.economic-calendar__day,
.economic-calendar__days button,
.economic-calendar__days span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #ffffff;
    color: #0f4f91;
    font-size: 13px;
}

.economic-calendar__days button {
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.economic-calendar__days button:hover {
    border-color: #14b8a6;
    background: #ecfdf5;
}

.economic-calendar__days .is-empty {
    border-color: transparent;
    background: transparent;
}

.economic-calendar__days button.is-in-range {
    border-color: #bee3dc;
    background: #e6f7f4;
}

.economic-calendar__days button.is-start,
.economic-calendar__days button.is-end {
    border-color: #10b981;
    background: #10b981;
    color: #ffffff;
    font-weight: 800;
}

.economic-calendar__days button.is-today:not(.is-start):not(.is-end) {
    border-color: #0f766e;
}

.economic-calendar__quick-ranges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
}

.economic-calendar__quick-ranges button,
.economic-calendar__filter-title button,
.economic-calendar__remove {
    border: 0;
    padding: 0;
    background: transparent;
    color: #0f4f91;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.economic-calendar__panel-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.economic-calendar__apply,
.economic-calendar__cancel {
    height: 32px;
    border-radius: 4px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.economic-calendar__apply {
    border: 1px solid #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.economic-calendar__cancel {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
}

.economic-calendar__filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
    gap: 8px;
}

.economic-calendar__filter-card {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px;
    background: #f8fafc;
}

.economic-calendar__filter-title {
    margin-bottom: 8px;
}

.economic-calendar__filter-title button {
    margin-left: 4px;
    font-weight: 600;
}

.economic-calendar__impact-options,
.economic-calendar__checkbox-list {
    display: grid;
    gap: 8px;
}

.economic-calendar__impact-options {
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
}

.economic-calendar__checkbox-list {
    grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
}

.economic-calendar__filter-panel label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.economic-calendar__filter-panel input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #0f766e;
}

.economic-calendar__impact-chip {
    display: inline-block;
    width: 14px;
    height: 10px;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .12);
}

.economic-calendar__impact-chip.is-high {
    background: #ef4444;
}

.economic-calendar__impact-chip.is-medium {
    background: #f59e0b;
}

.economic-calendar__impact-chip.is-low {
    background: #eab308;
}

.economic-calendar__impact-chip.is-holiday {
    background: #94a3b8;
}

.economic-calendar__filter-empty {
    color: #64748b;
    font-size: 13px;
    font-style: italic;
}

.economic-calendar__filter-actions {
    align-items: center;
}

.economic-calendar__filter-actions .economic-calendar__remove {
    margin-left: auto;
}

.economic-calendar__table-wrap {
    width: 100%;
    overflow-x: auto;
}

.economic-calendar__table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    color: #1f2933;
}

.economic-calendar__table th,
.economic-calendar__table td {
    padding: 12px 14px;
    border-bottom: 1px solid #edf0f3;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.economic-calendar__table th {
    background: #f8fafc;
    color: #52616f;
    font-weight: 600;
    white-space: nowrap;
}

.economic-calendar__row {
    transition: background .15s ease;
}

.economic-calendar__row:hover {
    background: #f8fbfd;
}

.economic-calendar__time {
    color: #475569;
    font-weight: 700;
    white-space: nowrap;
}

.economic-calendar__title {
    min-width: 260px;
    font-weight: 500;
}

.economic-calendar__currency {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: #eef2f6;
    color: #22313f;
    font-weight: 700;
    font-size: 12px;
}

.economic-calendar__impact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
}

.economic-calendar__impact.is-high {
    color: #9f1239;
    background: #ffe4e6;
}

.economic-calendar__impact.is-medium {
    color: #92400e;
    background: #fef3c7;
}

.economic-calendar__impact.is-low {
    color: #166534;
    background: #dcfce7;
}

.economic-calendar__impact.is-holiday,
.economic-calendar__impact.is-non-economic {
    color: #475569;
    background: #e2e8f0;
}

.economic-calendar__actual {
    font-weight: 700;
}

.economic-calendar__detail-row {
    display: none;
}

.economic-calendar__mobile-head,
.economic-calendar__date-row {
    display: none;
}

.economic-calendar__empty {
    height: 72px;
    text-align: center !important;
    color: #7b8794;
    background: #ffffff;
}

body.economic-calendar-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .economic-calendar__time{
        padding-left:5px ;
    }
    .economic-calendar {
        border-radius: 6px;
        overflow: hidden;
        box-shadow: none;
    }

    .economic-calendar__toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: stretch;
        gap: 8px;
        padding: 8px;
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #d8e2ec;
        border-radius: 6px 6px 0 0;
        box-shadow: none;
    }

    .economic-calendar__date-group,
    .economic-calendar__filter-trigger,
    .economic-calendar__search-wrap,
    .economic-calendar__meta {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
    }

    .economic-calendar__date-group {
        grid-column: 1;
        justify-content: space-between;
        padding: 3px 4px;
        border-radius: 6px;
    }

    .economic-calendar__nav {
        width: 30px;
        height: 30px;
    }

    .economic-calendar__date-trigger {
        width: 100%;
        gap: 8px;
        padding: 0 8px;
        font-size: 13px;
    }

    .economic-calendar__date-field {
        flex: 1 1 0;
        min-width: 0;
    }

    .economic-calendar__filter-trigger {
        grid-column: 2;
        width: auto;
        height: 38px;
        min-width: 42px;
        justify-content: center;
        padding: 0 10px;
        border: 1px solid #e2e8f0;
        background: #f8fafc;
        border-radius: 6px;
    }

    .economic-calendar__filter-trigger::before,
    .economic-calendar__meta::before {
        display: none;
    }

    .economic-calendar__filter-trigger i {
        font-size: 15px;
    }

    .economic-calendar__filter-trigger span {
        font-size: 12px;
    }

    .economic-calendar__search-wrap {
        grid-column: 1 / -1;
        height: 38px;
        padding: 0 12px;
        border-radius: 6px;
    }

    .economic-calendar__meta {
        grid-column: 1 / -1;
        justify-content: center;
        height: 30px;
        min-height: 30px;
        padding: 0 10px;
        border-radius: 6px;
        font-size: 12px;
    }

    .economic-calendar__date-panel,
    .economic-calendar__filter-panel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100vw;
        max-width: none;
        height: 100vh;
        height: 100dvh;
        padding: 0 12px 96px;
        border: 0;
        border-radius: 0;
        background: #d9dee7;
        box-shadow: none;
        overflow-y: auto;
        z-index: 1050;
        display: flex;
        flex-direction: column;
    }

    .economic-calendar__panel-head {
        position: sticky;
        top: 0;
        z-index: 2;
        display: flex;
        margin: 0 -12px 14px;
        padding: 14px 12px;
        background: #4f72ad;
        color: #ffffff;
        box-shadow: 0 2px 8px rgba(15, 23, 42, .18);
    }

    .economic-calendar__filter-panel > .economic-calendar__panel-head {
        display: flex;
    }

    .economic-calendar__panel-head .economic-calendar__panel-title {
        color: inherit;
        font-size: 15px;
    }

    .economic-calendar__panel-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        font-size: 26px;
        line-height: 1;
    }

    .economic-calendar__range-preview {
        width: 100%;
        height: 38px;
        margin-top: 0;
        background: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .economic-calendar__months,
    .economic-calendar__filter-grid,
    .economic-calendar__impact-options {
        grid-template-columns: 1fr;
    }

    .economic-calendar__quick-ranges {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .economic-calendar__quick-ranges button {
        min-height: 36px;
        border: 1px solid #cbd7e4;
        border-radius: 6px;
        background: #ffffff;
        text-decoration: none;
    }

    .economic-calendar__filter-card {
        border-radius: 0;
        background: #f8fafc;
    }

    .economic-calendar__checkbox-list {
        grid-template-columns: 1fr 1fr;
    }

    .economic-calendar__panel-actions {
        position: sticky;
        bottom: -32px;
        z-index: 2;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin: auto -12px 0;
        padding: 12px;
        background: linear-gradient(180deg, rgba(217, 222, 231, 0), #d9dee7 18px, #d9dee7);
    }

    .economic-calendar__apply,
    .economic-calendar__cancel {
        width: 100%;
        height: 44px;
        border-radius: 6px;
        font-size: 14px;
    }

    .economic-calendar__filter-actions .economic-calendar__remove {
        margin-left: 0;
        min-height: 34px;
        text-align: center;
    }

    .economic-calendar__table-wrap {
        overflow-x: hidden;
    }

    .economic-calendar__table {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .economic-calendar__table thead {
        display: none;
    }

    .economic-calendar__mobile-head {
        display: block;
    }

    .economic-calendar__mobile-head-cell {
        display: block;
        padding: 0 !important;
        border-bottom: 0 !important;
    }

    .economic-calendar__mobile-head-grid {
        display: grid;
        grid-template-columns: 58px 42px minmax(0, 1fr) 58px;
        align-items: center;
        min-height: 24px;
        background: #6e89ba;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
    }

    .economic-calendar__mobile-head-grid span {
        min-width: 0;
        padding: 5px 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .economic-calendar__mobile-head-grid span:last-child {
        text-align: right;
        padding-right: 8px;
    }

    .economic-calendar__date-row {
        display: block;
    }

    .economic-calendar__date-cell {
        display: block;
        padding: 0 !important;
        border-bottom: 1px solid #d8e2ec !important;
        background: #f4f6f9;
    }

    .economic-calendar__date-label {
        display: block;
        padding: 6px 9px;
        color: #000000;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.2;
    }

    .economic-calendar__table tbody {
        display: block;
        width: 100%;
    }

    .economic-calendar__table td {
        padding: 0;
        border-bottom: 0;
        font-size: 12px;
    }

    .economic-calendar__row {
        display: grid;
        grid-template-columns: 58px 42px minmax(0, 1fr) 58px;
        align-items: center;
        min-height: 38px;
        border-bottom: 1px solid #d8e2ec;
        cursor: pointer;
    }

    .economic-calendar__row.is-expanded {
        background: #f8fafc;
    }

    .economic-calendar__cell {
        min-width: 0;
        padding: 7px 5px;
    }

    .economic-calendar__cell--time {
        color: #8a94a6;
        white-space: nowrap;
        overflow: hidden;
    }

    .economic-calendar__cell--currency {
        text-align: center;
    }

    .economic-calendar__cell--title {
        font-size: 12px;
        line-height: 1.35;
        font-weight: 500;
        overflow-wrap: anywhere;
    }

    .economic-calendar__cell--actual {
        text-align: right;
        white-space: nowrap;
        font-weight: 700;
    }

    .economic-calendar__cell--impact,
    .economic-calendar__cell--forecast,
    .economic-calendar__cell--previous {
        display: none;
    }

    .economic-calendar__time {
        display: inline-block;
        max-width: 100%;
        color: inherit;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        font-size: 0;
    }

    .economic-calendar__time::before {
        content: attr(data-mobile-time);
        font-size: 12px;
        line-height: 1.35;
    }

    .economic-calendar__currency {
        min-width: 0;
        height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #0f172a;
        font-size: 11px;
    }

    .economic-calendar__title {
        min-width: 0;
    }

    .economic-calendar__detail-row.is-expanded {
        display: block;
    }

    .economic-calendar__detail-row[hidden] {
        display: none !important;
    }

    .economic-calendar__detail-cell {
        display: block;
        padding: 0 8px 0 66px !important;
        border-bottom: 1px solid #d8e2ec !important;
        background: #f7f8fb;
    }

    .economic-calendar__detail-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        max-width: 280px;
    }

    .economic-calendar__detail-label,
    .economic-calendar__detail-value {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 21px;
        border: 1px solid #cdd5e1;
        border-right: 0;
        background: #ffffff;
        color: #8a94a6;
        font-size: 12px;
        line-height: 1.2;
    }

    .economic-calendar__detail-label:nth-child(3),
    .economic-calendar__detail-value:nth-child(6) {
        border-right: 1px solid #cdd5e1;
    }

    .economic-calendar__detail-value {
        min-height: 28px;
        border-top: 0;
        color: #0f172a;
        font-weight: 500;
    }

    .economic-calendar__detail-value--actual {
        font-weight: 800;
    }

    .economic-calendar__empty {
        display: block;
        height: auto;
        padding: 24px 12px !important;
    }
}
.logo-section img {
    height: 9rem;
}
body{
    background: #ebf5fa;
}
.block-home > .container > .row{
    margin: 0 -7.5px;
}
.block-home > .container > .row > div{
    padding: 0 7.5px;
}
.search-section {
    min-width: 240px;
}

.search-section input {
    border-radius: 5px 0 0 5px;
}

.search-section .btn-submit {
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

.header-main > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tai-khoan-header i {
    font-size: 18px;
    color: var(--color-highlight);
}

.tai-khoan-header {
    padding: 0 0px 0 20px;
}

.content-banner-main1 {
    position: absolute;
    top: 55%;
    left: 10%;
}

.tieu-de-banner-main {
    font-size: 32px;
    color: white;
}

.cus-banner-main1 img {
    height: 45vw;
    object-fit: cover;
}

.cus-banner-main1 {
    border-right: 5px solid white;
}

.cus-banner-main2 img {
    height: 45vw;
    object-fit: cover;
}

.cus-link-banner-main1 {
    display: block;
    color: var(--white);
    background: var(--color-highlight);
    font-weight: 500;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    max-width: 150px;
    padding: 15px 0;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

.highlight__box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.swiper-slide--tile-highlight {
    font-size: 16px;
    color: var(--color-highlight);
}

.bg-color-highlight-content {
    background-color: #f3f1e4;
    padding: 30px 0;
}

.title-cate-home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(#fff0, #000000ad);
    font-size: 20px;
    padding: 10px;
    border-radius: 0 0 8px 8px;
}

.rounded-8 {
    border-radius: 8px !important;
}

.collection-box {
    background: var(--color-highlight);
    padding: 60px 0;
}

.collection__text-1 {
    font-weight: 400;
    font-size: 28px;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 30px;
}

.collection__text-2 {
    font-size: 24px;
    color: var(--white);
    position: relative;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 35px;
}

.collection__text-2:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 50%;
    border: 1px solid var(--white);
}

.collection__description {
    font-weight: 300;
    color: var(--white);
    font-size: 16px;
    line-height: 1.3;
}

.collection__button a {
    display: inline-block;
    margin-top: 30px;
    background: var(--white);
    font-size: 16px;
    line-height: 1.3;
    color: var(--color-main);
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 5px;
}

.collection__button a:hover {
    background: var(--light);
}

.collection__img {
    border-radius: 5px;
    overflow: hidden;
}

.collection__img img {
    width: 100%;
    height: auto;
}

.row-align-center-gioithieu > .row > div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.product-item:hover .product-action {
    opacity: 1;
}

.product-item .product-rating-price .wrp-rating-price {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px;
}

.product-item:hover .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px);
}

.product-item:hover .price {
    opacity: 0;
}

.product-item .star-rating {
    opacity: 0;
}

.product-item:hover .star-rating {
    opacity: 1;
}

.card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-bottom: 1.5rem
}

.card-header h5 button {
    border-radius: 10px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-highlight)
}

.bg-color-highlight-faq {
    background-color: #f3f1e4;
    padding: 60px 0;
}

.gallery-home {
    background-color: #e9eff1;
    padding-top: 60px;
    padding-bottom: 60px;
}

.w-75 {
    width: 75% !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

footer {
    background-color: #fafafa;
    padding-top: 30px;
}

header{
    background: white;
}

@media (min-width: 769px) {
    .menu-container {
        width: 100%;
    }

    .menu-container .btn-menu-mobile,
    .menu-container .back-drop,
    .menu-container .menu-top {
        display: none;
    }

    .menu-container .menu-section {
        position: static;
        width: 100%;
    }

    .menu-container .menu-section > ul {
        display: flex;
        align-items: center;
        gap: 4px;
        min-height: 56px;
        margin: 0;
        padding: 0 14px;
        list-style: none;
        border: 0;
        background: transparent;
    }

    .menu-container .menu-section > ul > li {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin: 0;
        min-width: 0;
    }

    .menu-container .menu-section > ul > li > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        padding: 0 14px;
        color: #30343b;
        font-size: 14px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        text-transform: none;
        white-space: nowrap;
        border-radius: 18px;
        transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
    }

    .menu-container .menu-section > ul > li:first-child > a,
    .menu-container .menu-section > ul > li.active > a {
        background: #5a81e6;
        color: #fff !important;
        font-weight: 700;
        box-shadow: 0 4px 10px rgba(90, 134, 234, 0.35);
    }

    .menu-container .menu-section > ul > li:not(:first-child):hover > a {
        background: #edf3f7;
        color: #111c2d;
    }

    .menu-container .menu-section > ul > li.has-child > a {
        display: inline-flex;
    }

    .menu-container .menu-section > ul > li > a span {
        display: none;
    }

    .menu-container .menu-section > ul > li .marker-image {
        position: static;
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        margin: 0 -2px 0 10px;
        object-fit: contain;
    }
}

/*zoom-anh*/
.zoom-anh-rieng {
    overflow: hidden;
}

.zoom-anh-rieng img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    border-radius: 8px;
}

.zoom-anh-rieng:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 8px;
}
/*zoom-anh*/

@media (max-width: 768px) {
    .is-mobile .main-header-mobile .logo-section {
        text-align: right;
    }

    .main-header-mobile .container > .row > div:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .cus-banner-main1 img {
        width: 100%;
    }

    .cus-banner-main2 img {
        width: 100%;
    }

    .cus-banner-main1 {
        border-right: 0px solid white;
    }

    .tieu-de-banner-main {
        font-size: 20px;
    }

    .content-banner-main1 {
        position: absolute;
        top: 30%;
        left: 8%;
    }

    .cus-link-banner-main1 {
        font-size: 13px;
        line-height: 10px;
        max-width: 100px;
        padding: 10px 0;
        margin-top: 10px;
    }

    .collection__content {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
     .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.article-news-list {
    padding: 3rem;
    background: #fff;
}

.article-news-today {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 88px;
    padding: 18px 32px;
    background: #fff;
    border: 1px solid #e7edf5;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.article-news-today__info {
    min-width: 0;
}

.article-news-today__label {
    margin-bottom: 4px;
    color: #4d7df0;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 2px;
}

.article-news-today__date {
    color: #6b7280;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
}

.article-news-today__time {
    min-width: 180px;
    padding-left: 30px;
    border-left: 1px solid #e5eaf2;
    text-align: right;
}

.article-news-today__clock {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
    color: #111827;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.article-news-today__timezone {
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.article-news-today__system {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 7px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.8px;
}

.article-news-today__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #13c783;
    box-shadow: 0 0 0 3px rgba(19, 199, 131, 0.14);
}

.article-news-item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 42px;
    gap: 0;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f2;
    color: #111827;
}

.article-news-time {
    grid-column: 1;
    color: #5281f5;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
    font-weight: 600;
}

.article-news-body {
    grid-column: 2;
    min-width: 0;
}

.article-news-item.is-featured .article-news-time,
.article-news-item.is-featured .article-news-title a,
.article-news-item.is-featured .article-news-content,
.article-news-item.is-important .article-news-time,
.article-news-item.is-important .article-news-title a,
.article-news-item.is-important .article-news-content {
    color: #ff2d35;
}

.article-news-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.article-news-title a {
    color: #111827;
}

.article-news-title a:hover {
    color: #2f6bff;
}

.article-news-content {
    color: #111827;
    font-size: 14px;
    line-height: 1.55;
    margin-top: 0px;
}

.article-news-content-title {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

.article-news-content-line {
    display: block;
}

.article-news-actions {
    grid-column: 3;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    padding-top: 2px;
}

.article-news-action {
    color: #8a8f98;
    font-size: 15px;
    line-height: 22px;
}

.article-news-action:hover {
    color: #2f6bff;
}

.article-news-item.is-hidden-by-limit {
    display: none;
}

.article-news-more-wrap {
    margin-top: -10px;
}

.article-news-more-btn {
    display: block;
    width: 100%;
    padding: 9px 16px;
    background: #bdb2b2;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.article-news-more-btn:hover {
    background: #dedede;
    color: #ff2d35;
}

.article-event-box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 18px;
}

.article-event-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.article-event-title {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #111827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.article-event-title i {
    color: #2f6bff;
    font-size: 14px;
}

.article-event-subtitle {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.2;
}

.article-event-list {
    column-count: 2;
    column-gap: 34px;
}

.article-event-item {
    display: flex;
    align-items: center;
    min-width: 0;
    margin-bottom: 10px;
    break-inside: avoid;
    page-break-inside: avoid;
}

.article-event-number {
    flex: 0 0 auto;
    color: #2f6bff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 4px;
}

.article-event-link {
    display: block;
    min-width: 0;
    color: #111827;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-event-link:hover {
    color: #2f6bff;
}

.article-event-more {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    color: #2f6bff;
    font-size: 12px;
    line-height: 1;
}

.article-popular-home {
    background: #f8fbfd;
    border-radius: 8px;
    padding: 14px 14px 12px;
}

.article-popular-home__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.article-popular-home__title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.article-popular-home__more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.article-popular-home__more:hover {
    color: #2f6bff;
}

.article-popular-home__more i {
    font-size: 11px;
}

.article-popular-home__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.article-popular-home__item {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 14px;
    margin: 0;
}

.article-popular-home__image {
    position: relative;
    display: block;
    width: 66px;
    height: 43px;
    overflow: hidden;
    border-radius: 3px;
    background: #e6eef3;
}

.article-popular-home__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-popular-home__rank {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 19px;
    background: #f0473f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.article-popular-home__item:nth-child(2) .article-popular-home__rank {
    background: #ff8f2c;
}

.article-popular-home__item:nth-child(3) .article-popular-home__rank {
    background: #f6b83f;
}

.article-popular-home__item:nth-child(n+4) .article-popular-home__rank {
    background: #5486a5;
}

.article-popular-home__body {
    position: relative;
    min-width: 0;
    padding-right: 35px;
}

.article-popular-home__name {
    display: -webkit-box;
    min-height: 43px;
    margin: -2px 0 0;
    overflow: hidden;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-popular-home__name a {
    color: #111;
    text-decoration: none;
}

.article-popular-home__name a:hover {
    color: #2f6bff;
}

.article-popular-home__time {
    position: absolute;
    right: 0;
    bottom: 1px;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 1;
}

.article-popular-home__empty {
    color: #777;
    font-size: 14px;
}

.decor-product-panel {
    background: #f8fbfd;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px 15px 0;
}

.decor-product-panel__title {
    color: #20252b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 14px;
}

.decor-product-panel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 -15px;
}

.decor-product-panel__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-width: 0;
    padding: 0 16px;
    height: 48px;
    color: #20252b;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    border-top: 1px solid #edf1f4;
}

.decor-product-panel__item:hover {
    color: #2f6bff;
}

.decor-product-panel__item:nth-child(odd) {
    border-right: 1px solid #edf1f4;
}

.decor-product-panel__item.is-pill {
    margin: 0;
}

.decor-product-panel__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.decor-product-panel__icon {
    display: inline-flex;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 4px;
    background: #dfe8ef;
    color: #333;
    font-size: 10px;
    font-weight: 700;
}

.decor-product-panel__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.decor-product-panel__icon.is-blue {
    background: #5b82ea;
    color: #fff;
}

.decor-product-panel__icon.is-gray {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: transparent;
    color: #3b454d;
    font-size: 12px;
}

.decor-product-panel__icon.is-orange {
    background: #ff734f;
    color: #fff;
}

.decor-product-panel__icon.is-black {
    background: #050505;
    color: #fff;
}

.decor-product-panel__icon.is-dark-cyan {
    background: #020910;
    color: #00d9ff;
}

.jinshi-footer {
    background: #f7f7f7;
    color: #858585;
    font-size: 12px;
    line-height: 1.7;
    padding: 20px 0 22px;
    width: 100%;
}

.jinshi-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 42px;
    max-width: 1296px;
    margin: 0 auto;
    padding: 0 16px;
}

.jinshi-footer__main {
    flex: 1 1 auto;
    min-width: 0;
}

.jinshi-footer__line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 24px;
}

.jinshi-footer__label {
    flex: 0 0 76px;
    color: #333;
    white-space: nowrap;
}

.jinshi-footer__links {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    min-width: 0;
}

.jinshi-footer__links a,
.jinshi-footer__text {
    color: #858585;
}

@media (min-width: 1000px){
    .jinshi-footer__links a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        white-space: nowrap;
    }
}

.jinshi-footer__links a:hover {
    color: #333;
}

.jinshi-footer__links a:not(:last-child)::after {
    content: "|";
    color: #d4d4d4;
    margin: 0 12px;
}

.jinshi-footer__social-line {
    margin-top: -2px;
}

.jinshi-footer__social-line .jinshi-footer__links {
    gap: 10px;
}

.jinshi-footer__social-line .jinshi-footer__links a::after {
    display: none;
}

.jinshi-footer__icon-link {
    width: 20px;
    height: 20px;
    justify-content: center;
    border-radius: 50%;
    background: #ededed;
    color: #858585;
    font-size: 11px;
}

.jinshi-footer__statement {
    margin-top: 6px;
}

.jinshi-footer__legal {
    margin-top: 8px;
}

.jinshi-footer__legal p {
    margin: 0;
    color: #858585;
}

.jinshi-footer__qr {
    flex: 0 0 112px;
    text-align: center;
}

.jinshi-footer__qr-image {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto 12px;
}

.jinshi-footer__qr-text span {
    display: block;
    color: #858585;
    line-height: 1.45;
}

.market-quotes-bar {
    width: 100%;
    min-height: 38px;
    background: #fff;
    border-top: 1px solid #e7edf1;
    border-bottom: 1px solid #e7edf1;
    overflow: hidden;
}

.market-quotes-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-height: 38px;
    padding: 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}

.market-quotes-bar__inner::-webkit-scrollbar {
    display: none;
}

.market-quotes-bar__item {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    min-width: 0;
    color: #8b8f98;
    font-size: 12px;
    line-height: 1;
}

.market-quotes-bar__label {
    color: #8b8f98;
    font-weight: 400;
}

.market-quotes-bar__price {
    color: #00a987;
    font-weight: 700;
}

.market-quotes-bar__change {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #00a987;
    font-size: 11px;
    font-weight: 500;
}

.market-quotes-bar__arrow {
    font-size: 9px;
    line-height: 1;
}

.market-quotes-bar__item.is-down .market-quotes-bar__price,
.market-quotes-bar__item.is-down .market-quotes-bar__change {
    color: #ff4242;
}

.market-quotes-bar__item.is-equal .market-quotes-bar__price,
.market-quotes-bar__item.is-equal .market-quotes-bar__change,
.market-quotes-bar__item.is-loading .market-quotes-bar__label {
    color: #8b8f98;
}

.market-quotes-bar.is-stale .market-quotes-bar__item {
    opacity: .8;
}

@media (max-width: 768px) {
     .market-quotes-bar__inner {
        justify-content: flex-start;
        gap: 18px;
        padding: 0 14px;
    }
    .logo-section img {
        height: 7rem;
    }
    .menu-container {
        float: right;
    }
    .article-news-list {
        padding: 12px 16px;
        border-radius: 0;
    }

    .article-news-today {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        min-height: auto;
        padding: 14px 16px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .article-news-today__info {
        flex: 1 1 auto;
    }

    .article-news-today__label {
        font-size: 12px;
        letter-spacing: 1.6px;
    }

    .article-news-today__date {
        font-size: 16px;
        white-space: nowrap;
    }

    .article-news-today__time {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        padding: 0 0 0 12px;
        border-top: 0;
        border-left: 1px solid #e5eaf2;
        text-align: right;
    }

    .article-news-today__clock {
        justify-content: flex-end;
        gap: 5px;
        font-size: 20px;
    }

    .article-news-today__system {
        justify-content: flex-end;
        gap: 5px;
        font-size: 10px;
        letter-spacing: 0.4px;
        white-space: nowrap;
    }

    .article-news-today__dot {
        width: 7px;
        height: 7px;
    }

    .article-news-item {
        position: relative;
        display: block;
        padding: 12px 34px 12px 0;
    }

    .article-news-actions {
        position: absolute;
        top: 14px;
        right: 0;
        display: flex;
        gap: 14px;
        padding: 0;
    }

    .article-news-action {
        color: #8a8f98;
        font-size: 16px;
        line-height: 1;
    }

    .article-news-time {
        display: block;
        margin-bottom: 4px;
        color: #4d7df0;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .article-news-title {
        margin-bottom: 8px;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.28;
    }

    .article-news-title a {
        color: #222;
    }

    .article-news-content {
        margin-top: 0;
        color: #333;
        font-size: 14px;
        line-height: 1.55;
    }

    .article-event-list {
        column-count: 1;
    }

    .article-popular-home {
        padding: 14px 12px;
    }

    .article-popular-home__item {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 12px;
    }

    .decor-product-panel {
        padding-left: 12px;
        padding-right: 12px;
    }

    .decor-product-panel__grid {
        margin-left: -12px;
        margin-right: -12px;
    }

    .decor-product-panel__item {
        padding-left: 12px;
        padding-right: 12px;
    }

    .jinshi-footer {
        padding: 18px 0;
    }

    .jinshi-footer__inner {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .jinshi-footer__line {
        display: block;
        margin-bottom: 8px;
    }

    .jinshi-footer__label {
        display: block;
        margin-bottom: 2px;
    }

    .jinshi-footer__links {
        gap: 0;
    }

    .jinshi-footer__qr {
        flex: 0 0 auto;
        text-align: left;
    }

    .jinshi-footer__qr-image {
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .article-news-today {
        gap: 8px;
        padding: 12px;
    }

    .article-news-today__label {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .article-news-today__date {
        font-size: 13px;
    }

    .article-news-today__time {
        padding-left: 8px;
    }

    .article-news-today__clock {
        gap: 4px;
        font-size: 18px;
    }

    .article-news-today__timezone,
    .article-news-today__system {
        font-size: 9px;
    }
}
