.navbar.navbar-absolute {
    position: relative;
    min-height: 98px;
    border: 1px solid #ABABAB;
    background-color: #FFF !important;
    box-shadow: 0px 8px 16px 0px rgba(54, 54, 54, 0.15) !important;
}

.mr-auto {
    margin-right: 0;
    margin-left: auto;
}

.page-header {
    min-height: 686px;
}

.filter-bg-home-page {
    border-radius: var(--Corner-Small, 8px);
    background: rgba(51, 62, 91, 0.85);
    padding: 64px 131px;
    text-align: center;
}

.txt-banner {
    color: #FFF;
    font-family: Ballega, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.92px;
}

.txt-banner span {
    color: #E42626;
}

.ctn-ws-sv {
    margin: 0 !important;
}

.index-page .container-home {
    max-width: 1792px !important;
}

.container {
    max-width: 1792px !important;
    margin-left: 64px;
    margin-right: 64px;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    box-sizing: border-box;
}

/* Tùy chỉnh nút Next */
.swiper-button-next {
    background-image: url('../img/arrow-right-red.png');
    /* Đường dẫn đến hình ảnh nút next */
    background-size: contain;
    /* Đảm bảo hình ảnh vừa với kích thước */
    background-repeat: no-repeat;
    width: 50px;
    /* Đặt chiều rộng cho nút */
    height: 50px;
    /* Đặt chiều cao cho nút */
    right: 10px;
    /* Đặt khoảng cách từ nút tới cạnh phải */
}

/* Tùy chỉnh nút Prev */
.swiper-button-prev {
    background-image: url('../img/arrow-left-red.png');
    /* Đường dẫn đến hình ảnh nút prev */
    background-size: contain;
    /* Đảm bảo hình ảnh vừa với kích thước */
    background-repeat: no-repeat;
    width: 50px;
    /* Đặt chiều rộng cho nút */
    height: 50px;
    /* Đặt chiều cao cho nút */
    left: 10px;
    /* Đặt khoảng cách từ nút tới cạnh trái */
}

/* Xóa icon mặc định của Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
    /* Ẩn các biểu tượng mặc định */
}

section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.title-warehouse {
    color: #0A0D15;
    font-family: Ballega;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 53.28px */
    letter-spacing: 1.08px;
    padding-bottom: 48px;
}

.image-warehouse img {
    border-radius: var(--Corner-Small, 8px);
    width: 100%;
    object-fit: cover;
}

.id-warehouse {
    border-radius: var(--Corner-Small, 8px) var(--Corner-None, 0px) var(--Corner-None, 0px) var(--Corner-Small, 8px);
    background: #94A3CB;
    color: #FFF;
    text-align: right;
    font-family: "TT Fors Trial";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    padding: 5px 10px;
    right: 0;
    top: 5%;
}

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

.image-warehouse {
    position: relative;
}

.content-block-1 p:nth-child(1) {
    color: #94A3CB;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.content-warehouse {
    padding-top: 16px;
}

.content-block-1 p:nth-child(2) {
    color: #636363;
    font-family: "TT Fors Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.title-content-warehouse {
    color: #1E1E1E;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    width: 100%;
    display: block;
}

.content-block-2 div:nth-child(2) {
    text-align: right;
}

.content-block-2 div:nth-child(2) p:nth-child(1) {
    color: #E42626;
    text-align: right;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.content-block-2 div:nth-child(2) p:nth-child(2) {
    color: #636363;
    text-align: right;
    font-family: "TT Fors Trial";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.progress {
    width: 132px;
    /* Chiều rộng của progress */
    height: 10px;
    /* Chiều cao của progress */
    background: rgba(171, 171, 171, 0.50);
    /* Màu nền của progress */
    overflow: hidden;
    margin-left: 10px;
    /* Khoảng cách giữa icon và progress bar */
}

.progress-bar {
    height: 100%;
    background: #94A3CB;
    /* Màu của progress bar */
    transition: width 0.6s ease;
    /* Thêm hiệu ứng khi progress thay đổi */
    display: flex;
    /* Thiết lập flex để căn giữa văn bản */
    align-items: center;
    /* Căn giữa theo chiều dọc */
    justify-content: center;
    /* Căn giữa theo chiều ngang */
    color: #FFF;
    font-family: "TT Fors Trial Variable";
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 8px */
    letter-spacing: 0.24px;
}

.filter-bg-home-page p:nth-child(1) {
    color: #FFF;
    text-align: center;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 0.96px;
}

.content-filter p {
    color: #FFF;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 0.96px;
    margin-bottom: 0;
}

.content-filter .dropdown button {
    border-radius: var(--Corner-Small, 8px);
    background: #FFF;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 24px;
    min-width: 20vw;
    margin-bottom: 0;
    text-transform: capitalize;
}

.search-filter {
    border-radius: var(--Corner-Small, 8px);
    background: #E42626;
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 32px;
    border: none;
}

.content-filter .dropdown li a {
    border-radius: var(--Corner-Small, 8px);
    background: #FFF;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}

.content-filter .dropdown ul {
    width: 100%;
}

.list-view-warehouse .col-6.col-md-3.col-lg-2 {
    padding-bottom: calc(var(--bs-gutter-x) * 1);
}

.list-view-warehouse>.row {
    width: 100%;
}

.list-view-warehouse,
.map-view-warehouse {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.map-view-warehouse {
    display: none;
    /* Ẩn bản đồ mặc định */
    height: 1263px;
    /* Chiều cao của bản đồ */
    background: #e0e0e0;
    /* Màu nền cho bản đồ */
    justify-content: center;
    align-items: center;
}

.show-price-range {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}

.price-range {
    display: none;
    /* Ẩn dải giá mặc định */
    margin-top: 10px;
    /* Khoảng cách giữa dòng dải giá và các phần khác */
    position: absolute;
    border: 1px solid;
    padding: 10px;
    z-index: 2;
    background: rgb(255, 255, 255);
    border-radius: 8px;
}

.list-view-warehouse .col-md-2 {
    padding-bottom: 48px;
    padding-left: 12px;
    padding-right: 12px;
}

#map {
    width: 100%;
    height: 100%;
    /* Đảm bảo bản đồ chiếm toàn bộ không gian */
}

#map img {
    width: 60px;
    height: 60px;
}

#info {
    display: none;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 10;
    max-width: 350px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#info .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}


/* Thay đổi màu của biểu tượng khi click */
.active-icon {
    filter: hue-rotate(90deg);
    /* Thay đổi màu sắc */
}

#warehouse-slider>.container {
    position: relative;
}

#warehouse-slider>.container .swiper-button-prev {
    left: -2%;
}

#warehouse-slider>.container .swiper-button-next {
    right: -2%;
}

.filter {
    margin-right: 16px;
}

.filter select {
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #ABABAB;
    background: #FFF;
    padding: 8px 16px;
}

.pd-48 {
    padding-bottom: 48px;
}

.icon-container .icon {
    width: 36px;
}

.show-price-range {
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #ABABAB;
    background: #FFF;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination {}

.pagination ul {
    list-style: none;
    display: flex;
}

.pagination ul li {
    width: 44px;
    height: 44px;
    border-radius: var(--Corner-Extra-small, 4px);
    border: 1px solid #ABABAB;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li.active {
    border-radius: var(--Corner-Extra-small, 4px);
    background: #E42626;
    border: 1px solid #E42626;
}

.pagination ul li a {
    color: #94A3CB;
    text-align: center;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.667px;
    /* 142.593% */
    letter-spacing: 1.08px;
}

.pagination ul li.active a {
    color: #FFF;
}

.pagination ul li a img {
    width: 100%;
    object-fit: contain;
}

footer {
    background: #13192A;
}

.top-footer {
    padding-top: 64px;
    padding-bottom: 64px;
}

.footer-top-block-1 p {
    color: #ABABAB;
    text-align: justify;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 32px;
}

.footer-top-block-2 p {
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    padding-bottom: 16px;
}

.footer-top-block-2 ul li a {
    color: #ABABAB;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-top-block-2 ul {
    list-style: none;
}

.footer-top-block-2 ul li {
    padding-bottom: 8px;
}

.footer-top-block-2 ul li img {
    margin-right: 16px;
}

.footer-top-block-3 p {
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    padding-bottom: 16px;
}

.footer-top-block-3 ul {
    list-style: none;
}

.block-menu-footer {
    justify-content: space-between;
    padding: 0;
}

.block-menu-footer li a {
    color: #ABABAB;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.block-menu-footer li a img {
    width: 28px;
    height: 28px;
}

.block-social-footer {
    padding: 0;
}

.block-social-footer li {
    border-radius: var(--Corner-Small, 8px);
    background: rgba(255, 255, 255, 0.15);
    width: 36px;
    height: 36px;
    margin-right: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.absolute-footer {
    border-top: 2px solid #FFF;
}

.absolute-left p {
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.2px;
}

.absolute-right a {
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.2px;
}

.absolute-right p {
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 32px */
    letter-spacing: 0.2px;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.absolute-left {
    padding-left: 0;
}

.absolute-right {
    padding-right: 0;
}

.absolute-right button {
    display: flex;
    padding: 16px 36px;
    background: #E42626;
    border: none;
    margin-left: 24px;
}

.absolute-right button img {
    width: 48px;
    height: 48px;
    transform: rotate(-90deg);
}

.navbar .access-page {
    border-radius: var(--Corner-Extra-small, 4px);
    background: #E42626;
}

.navbar .access-page a {
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar .navbar-nav .nav-item {
    margin-left: 32px;
}

.navbar .language-header a {

    color: #ABABAB;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 16px !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar .language-header a.active {
    color: #E42626;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar .btn-login-head {
    border-radius: var(--Corner-Extra-small, 4px);
    border: 1px solid #94A3CB;
}

.navbar .btn-login-head a {
    color: #94A3CB;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 16px;
}

.navbar .btn-register-head {
    border-radius: var(--Corner-Extra-small, 4px);
    border: 1px solid #94A3CB;
}

.navbar .btn-register-head a {
    color: #94A3CB;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 16px;
}

.swiper-detail-page-container {
    width: 100%;
    height: 100%;
}

/* Style for thumbnail swiper */
.swiper-detail-page-container-thumbs {
    height: 100px;
    width: 100px;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-slide {
    /*text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;*/
    width: auto;
    height: 100%;
    /* Đảm bảo chiếm toàn bộ chiều cao của container */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Add border to active thumbnail */
.swiper-slide-thumb-active {
    border: 2px solid #007bff;
}

/* Style for slider number */
.swiper-pagination-number {
    position: absolute;
    bottom: 20px;
    left: 0%;
    z-index: 1;
    border-radius: var(--Corner-None, 0px) var(--Corner-Small, 8px) var(--Corner-Small, 8px) var(--Corner-None, 0px);
    background: #94A3CB;
    color: #FFF;
    text-align: right;
    font-family: "TT Fors Trial";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 24px;
}

.swiper-detail-page-container img {
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.swiper-detail-page-container-thumbs .swiper-slide {
    width: 64px;
    height: 64px !important;
}

.swiper-detail-page-container-thumbs {
    border-radius: var(--Corner-Small, 8px);
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(54, 54, 54, 0.15);
    height: fit-content;
    width: fit-content;
    padding: 8px;
    padding-bottom: 0;
}

.swiper-detail-page-container-thumbs img {
    border-radius: 0;
}

.detail-location {
    color: #94A3CB;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-name {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 35.52px */
    letter-spacing: 0.72px;
}

.detail-qotation {
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-price {
    color: #E42626;
    font-family: "TT Fors Trial Variable";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 148%;
    /* 47.36px */
    letter-spacing: 0.96px;
}

.detail-price span {
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-indicative {
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.block-info-detail hr {}

.detail-id {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 35.52px */
    letter-spacing: 0.72px;
}

.detail-descrip {
    color: #636363;
    text-align: justify;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detail-descrip a {
    color: #3068FF;
}

#warehouse-detail-page {
    width: 1176px;
    margin: 0 auto;
}

.block-tab-description {
    padding-top: 64px;
}

.title-detail-content {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 35.52px */
    letter-spacing: 0.72px;
    padding: 24px 0;
}

.btn-collapse-90deg {}

.btn-collapse-90deg img {
    transition: transform 0.3s ease;
    /* Hiệu ứng xoay */
    width: 20px;
    margin-right: 8px;
}

/* Xoay icon 90 độ khi collapse đóng */
.btn-collapse-90deg.collapsed img {
    transform: rotate(180deg);
}

.empty-data-be-collum {
    display: none;
}

.collap-title {
    background: transparent;
    border: none;
    box-shadow: unset;
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.collap-title:hover {
    background: transparent;
    color: #E42626;
    box-shadow: unset;
}

.collap-title:focus {
    background: transparent !important;
    color: #E42626;
    box-shadow: unset;
}

.collap-title:active {
    background: transparent !important;
    color: #E42626;
    box-shadow: unset;
}

.collap-content .card {
    box-shadow: unset;
    padding-top: 8px;
}

.icon-box-detail {
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.icon-box-detail img {
    margin-right: 10px;
}

.block-detail-product-category .row {
    margin-left: calc(-1.5* var(--bs-gutter-x));
    margin-right: calc(-1.5* var(--bs-gutter-x));
}

.table-detail-wh {
    width: 100%;
    /* Đặt chiều rộng bảng 100% */
    border-collapse: collapse;
}

.table-detail-wh tr {
    border-bottom: 1px solid #ABABAB;
}

.table-detail-wh tr:last-child {
    border-bottom: none;
}

.table-detail-wh tr td:nth-child(1) {
    color: #636363;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 24px;
    width: 25%;
}

.table-detail-wh tr td:nth-child(2) {
    color: #0A0D15;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: rgba(160, 166, 179, 0.10);
    padding: 16px 24px;
    width: 25%;
}

.block-detail-price .table-detail-wh tr td:nth-child(3) {
    color: #0A0D15;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: rgba(160, 166, 179, 0.10);
    padding: 16px 24px;
    width: 25%;
}

.block-detail-price .table-detail-wh tr td:nth-child(4) {
    color: #0A0D15;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: rgba(160, 166, 179, 0.10);
    padding: 16px 24px;
    width: 25%;
}

#mapDetailWh {
    height: 700px;
    width: 100%;
}

#location-tab-pane h3 {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 35.52px */
    letter-spacing: 0.72px;
    padding: 24px 48px;
}

#login-page {
    background-image: url(../img/banner-login.jpg);
    padding-top: 96px;
    padding-bottom: 96px;
    background-size: cover;
    background-repeat: no-repeat;
}

#login-page .container {
    width: 1408px;
    margin: 0 auto;


}

.card-body {
    padding: 0;
}

.title-login {
    color: #FFF;
    font-family: Ballega;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.92px;
}

.title-login span {
    color: #E42626;
}

.login-form {
    border-radius: var(--Corner-Small, 8px);
    background: rgba(51, 62, 91, 0.85);
    padding: 32px;
}

.login-form h3 {
    color: #FFF;
    text-align: center;
    font-family: "TT Fors Trial Variable";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 47.36px */
    letter-spacing: 0.96px;
    padding-bottom: 32px;
}

#login-form-wh .form-group {
    position: relative;
}

#login-form-wh .form-group label {
    color: #FFF;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

#login-form-wh .form-group label span {
    color: #E42626;
}

#login-form-wh .form-group input {
    background: transparent;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #FFF;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: italic;
    font-weight: 280;
    line-height: normal;
    padding: 16px;
    width: 100%;
    padding-left: 40px;
}

#login-form-wh .form-group img.icon-input {
    position: absolute;
    left: 10px;
    width: 24px;
    height: 24px;
}

#login-form-wh .form-group img#togglePassword {
    position: absolute;
    right: 10px;
    top: 65%;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.input-email img {
    top: 55%;
}

.input-pass {
    padding-top: 20px;
}

.input-pass img {
    top: 65%;
}

.forgot-pass-link {
    color: #FFF;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 20px;
}

.btn-login-form {
    border-radius: var(--Corner-Small, 8px);
    background: #E42626;
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 16px 32px;
    border: none;
    margin-top: 20px;
}

.register-link {
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 100%;
    display: block;
    padding: 16px 32px;
    margin-top: 20px;
}

#registration-form .form-group label {
    width: 100%;
    color: #FFF;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#registration-form .form-group input {
    width: 100%;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: italic;
    font-weight: 280;
    line-height: normal;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #FFF;
    background: transparent;
    padding: 16px;
}

#registration-form .form-group select {
    width: 100%;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: italic;
    font-weight: 280;
    line-height: normal;
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #FFF;
    background: transparent;
    padding: 16px;
}

.phone-regis {
    position: relative;
}

.phone-regis img {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
}

.phone-regis input {
    padding-left: 40px !important;
}

.pass-regis {
    position: relative;
}

.pass-regis .icon-input {
    position: absolute;
    left: 5%;
    top: 60%;

}

.pass-regis input {
    padding-left: 40px !important;
}

.pass-regis #togglePassword1 {
    position: absolute;
    right: 5%;
    top: 60%;

}

.confirm-pass-regis {
    position: relative;
}

.confirm-pass-regis .icon-input {
    position: absolute;
    left: 5%;
    top: 60%;

}

.confirm-pass-regis input {
    padding-left: 40px !important;
}

.confirm-pass-regis #togglePassword2 {
    position: absolute;
    right: 5%;
    top: 60%;

}

.btn-submit {
    padding-top: 32px;
    padding-bottom: 32px;
}

.btn-register-form {
    border-radius: var(--Corner-Small, 8px);
    background: #E42626;
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 16px 32px;
    border: none;
    margin-top: 20px;

}

.terms p {
    color: #FFF;
    text-align: center;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.terms a {
    color: #5D86F4;
    text-decoration-line: underline;
}

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

.btn-request-qota {
    border-radius: var(--Corner-Extra-small, 4px);
    background: #3068FF;
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 32px;
    border: none;
    display: flex;
    justify-content: center;
}

.btn-request-qota img {
    margin-right: 8px;
}

#modalQuota .modal-dialog {
    min-width: 1112px;
}

#modalQuota .modal-header {
    border-bottom: none;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

#modalQuota .modal-body {
    padding: 32px;
    padding-bottom: 0;
    padding-top: 0;
}

#modalQuota .modal-footer {
    border-top: none;
    padding-left: 32px;
    padding-right: 32px;
}

.form-cusbook h3 {
    color: #3068FF;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.54px;
}

.form-cusbook input {
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #ABABAB;
    padding: 8px 16px;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: italic;
    font-weight: 280;
    line-height: normal;
}

.form-cusbook select {
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #ABABAB;
    padding: 8px 16px;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: italic;
    font-weight: 280;
    line-height: normal;
}

.form-cusbook input:active {
    border: 1px solid #ABABAB;
}

.form-cusbook input:focus {
    border: 1px solid #ABABAB;
}

.form-cusbook textarea {
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #ABABAB;
    padding: 8px 16px;
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: italic;
    font-weight: 280;
    line-height: normal;
}

.form-cusbook textarea:active {
    border: 1px solid #ABABAB;
}

.form-cusbook textarea:focus {
    border: 1px solid #ABABAB;
}

.form-cusbook select:active {
    border: 1px solid #ABABAB;
}

.form-cusbook {
    padding-bottom: 24px;
}

.form-cusbook select:focus {
    border: 1px solid #ABABAB;
}

.form-cusbook .form-check {
    padding-left: 0;
}

.form-cusbook .form-check input {
    padding: unset;
}

.form-cusbook .form-check label {
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-storage-vl {
    display: flex;
    align-items: center;
}

.custom-storage-vl input {
    width: 50%;
}

.custom-storage-vl select {
    width: 30%;
    margin-left: 16px;
}

.col-inbound-vl {
    border-radius: var(--Corner-Small, 8px);
    background: rgba(148, 163, 203, 0.25);
    padding: 24px;
    margin-bottom: 24px;
}

.col-inbound-vl h4 {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.54px;
}

.col-outbound-vl {
    border-radius: var(--Corner-Small, 8px);
    background: rgba(148, 163, 203, 0.25);
    padding: 24px;
}

.col-outbound-vl h4 {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.54px;
}

.custom-contract-t {
    display: flex;
    align-items: center;
}

.custom-contract-t p {
    color: #ABABAB;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 16px;
    margin-bottom: 0;
}

.custom-contract-t .date {
    margin-right: 16px;
    width: 20%;
}

#submitDeadlineDatepicker {
    width: 20%;
}

.input-group.date .input-group-text {
    background: transparent;
    right: 15px;
}

.custom-add-note {
    border-radius: var(--Corner-Small, 8px);
    background: rgba(148, 163, 203, 0.25);
    padding: 24px;
    margin-top: 24px;
}

.custom-add-note p {
    color: #94A3CB;
    font-family: "TT Fors Trial Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 23.68px */
    letter-spacing: 0.48px;
    padding-bottom: 16px;
    margin-bottom: 0;
}

.custom-add-note .form-group label {
    color: #94A3CB;
    font-family: "TT Fors Trial";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-add-note input {
    border-radius: var(--Corner-Small, 8px);
    border: 1px solid #ABABAB;
    background: #FFF;

}

.btn-cancel {
    border-radius: var(--Corner-Small, 8px);
    border: 2px solid #ABABAB !important;
    padding: 8px 32px;
    color: #ABABAB;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn.btn-save {
    border-radius: var(--Corner-Small, 8px);
    background: #3068FF;
    padding: 8px 32px;
    color: #FFF;
    font-family: "TT Fors Trial";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.user-login-success {
    margin-left: 32px;
}

.user-login-success span {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #3068FF;
    color: #FFF;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-success-drop {
    position: absolute;
    border-radius: var(--Corner-Small, 8px);
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(54, 54, 54, 0.15);
    z-index: 1000;
    top: 98px;
    right: 94px;
    padding: 16px;
}

.user-success-drop ul {
    list-style-type: none;
    padding: 0;
}

.user-success-drop li:nth-child(1) span {
    border-radius: 32px;
    background: #3068FF;
    width: 64px;
    height: 64px;
    color: #FFF;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.user-success-drop li:nth-child(1) {
    border-bottom: 1px solid #636363;
}

.user-success-drop li:nth-child(1) div p:nth-child(1) {
    color: #0A0D15;
    font-family: "TT Fors Trial Variable";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 148%;
    /* 35.52px */
    letter-spacing: 0.72px;
    margin-bottom: 0;
}

.user-success-drop li:nth-child(1) div p:nth-child(2) {
    color: #636363;
    font-family: "TT Fors Trial Variable";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.user-success-drop li {
    padding: 10px;
    cursor: pointer;
    color: #636363;
    font-family: "TT Fors Trial";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-success-drop li:hover {
    background: rgba(148, 163, 203, 0.25);
}

@media (max-width:768px) {
    .filter-container {
        flex-direction: column;
    }

    .container {
        margin-left: auto;
        margin-right: auto;
    }

    .txt-banner {
        font-size: 30px;
        text-align: center;
    }

    .filter-bg-home-page {
        padding: 20px;
    }

    .filter-bg-home-page p:nth-child(1) {
        font-size: 18px;
    }

    .content-filter {
        flex-direction: column;
    }

    .content-filter p {
        font-size: 18px;
    }

    .navbar-toggler {
        background: #cacaca;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: var(--bs-navbar-toggler-icon-bg);
    }

    #navbar-header-2 {
        position: absolute;
        left: 0;
        top: 98px;
        width: 100%;
        background: #fff;
        padding: 32px;
        z-index: 9;
    }

    .navbar .navbar-nav .nav-item {
        margin-left: 0;
    }

    .navbar.navbar-absolute {
        z-index: 9;
    }

    .navbar .btn-login-head {
        width: 30%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .navbar .btn-register-head {
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .language-header {
        justify-content: center;
    }

    .language-header li {}

    #warehouse-slider>.container .swiper-button-next {
        display: none;
    }

    #warehouse-slider>.container .swiper-button-prev {
        display: none;
    }

    .title-warehouse {
        font-size: 25px;
        padding-bottom: 24px;
    }

    .content-block-2 {
        flex-direction: column;
    }

    section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .content-filter p {
        text-align: left !important;

    }

    .content-filter .dropdown button {
        font-size: 16px;
        padding: 7px 24px;
        width: 100%;
        text-align: left;

    }

    .content-filter div:nth-child(2) {
        width: 100%;
    }

    .content-filter div:nth-child(4) {
        width: 100%;
    }

    .content-filter div:nth-child(5) {
        width: 100%;
        margin-top: 16px;
    }

    .search-filter {
        font-style: 18px;
        padding: 7px 24px;
    }

    .filter select {
        font-size: 18px;
    }

    .filter-container .filter {
        margin-bottom: 8px;
    }

    .ctn-ws-sv {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-left: auto;
        margin-right: auto;
    }

    .list-view-warehouse,
    .map-view-warehouse {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .show-price-range {
        width: 40%;
    }

    #warehouse-services .pagination {
        margin-top: 24px;
    }

    .pagination ul li {
        width: 30px;
        height: 30px;
    }

    .pagination ul li a {
        font-size: 15px;
    }

    .block-menu-footer {
        flex-direction: column;
    }

    .footer-top-block-2 ul {
        padding-left: 0;
    }

    .footer-top-block-3 ul li {
        margin-bottom: 8px;
    }

    #backToTop svg {
        width: 25px;
        height: 25px;
    }

    .absolute-right button {
        padding: 6px 15px;
        margin-left: 0;
    }

    .absolute-right {
        align-items: flex-end !important;
    }

    #warehouse-detail-page {
        width: 100%;
    }

    .swiper-detail-page-container-thumbs {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }

    .swiper-detail-page-container-thumbs .swiper-slide {
        width: 25%;
    }

    .swiper-detail-page-container-thumbs {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }

    .swiper-detail-page-container-thumbs .swiper-slide {
        width: 33.33%;
    }

    .swiper-detail-page-container-thumbs {
        position: unset;
        transform: none;
    }

    .swiper-detail-page-container img {
        width: 100%;
    }

    .block-detail-product-category .row {
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
    }

    .block-image-slider {
        height: 100%;
        margin-bottom: 16px;
    }

    .detail-location {
        font-size: 20px;
    }

    .detail-name {
        font-size: 20px;
    }

    .detail-qotation {
        font-size: 18px;
    }

    .detail-price {
        font-size: 25px;
    }

    .detail-indicative {
        font-size: 18px;
    }

    .detail-id {
        font-style: 20px;
    }

    .title-detail-content {
        font-size: 20px;
        padding: 12px 0;
    }

    .table-detail-wh tr td:nth-child(1) {
        font-size: 16px;
        padding: 8px 12px;
    }

    .table-detail-wh tr td:nth-child(2) {
        font-size: 16px;
        padding: 8px 12px;
    }

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

    .icon-box-detail {
        font-size: 16px;
    }

    #login-page .container {
        width: 100%;
    }

    .title-login {
        font-size: 30px;
        text-align: center;
    }

    .login-form h3 {
        font-size: 25px;
        padding-bottom: 12px;
    }

    .login-form {}

    .user-login-success {
        display: none;
    }

    .user-success-drop {
        position: unset;
        background: transparent;
        display: block !important;
        box-shadow: unset;
    }

    .user-success-drop li:nth-child(1) span {
        width: 48px;
        height: 48px;
        font-size: 25px;
    }

    .user-success-drop li:nth-child(1) div p:nth-child(1) {
        font-size: 20px;
    }

    .user-success-drop li:nth-child(1) div p:nth-child(2) {
        font-size: 18px;
    }

    .user-success-drop li {
        font-size: 18px;
    }
}