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

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

ul,
ol {
    list-style: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    border: none;
    background: none;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

.full-width {
    width: 100%;
}

.container {
    padding-left: 16px;
    padding-right: 16px;
}

.header-top {
    background-color: #0B2D5C;
    padding: 9px 0;
}

.hotline {
    color: #FF6A00;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 500;
}

.buttons-sign-in {
    gap: 12px;
    color: #FFFFFF33;
    font-size: 13px;
    line-height: 19.5px;
}

.buttons-sign-in a:first-child {
    font-size: 13px;
    line-height: 19.5px;
    color: #FFFFFFBF;
}
.btn:focus{
    outline: none;
    box-shadow: none !important;
}

.navbar-toggler:focus{
    box-shadow: none;
}


.navbar-toggler {
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler.is-open img {
    visibility: hidden;
}

.navbar-toggler.is-open::before,
.navbar-toggler.is-open::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #0B2D5C;
}

.navbar-toggler.is-open::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.navbar-toggler.is-open::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.navbar-collapse {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 88px 24px 32px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}

.navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
}

.navbar-collapse.collapsing {
    height: 100vh !important;
    transition: none !important;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.navbar-nav .nav-item {
    border-bottom: 1.05px solid #E8EEF6;
}

.navbar-nav .nav-item:last-child {
    border-bottom: 0;
}

.navbar-nav .nav-link {
    display: block;
    padding: 16px 4px;
    font-size: 16px;
    font-weight: 600;
    color: #0B2D5C;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
    color: #FF6A00;
}

.navbar-mobile-actions {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.navbar-mobile-actions .btn-white {
    padding: 12px 16px;
    border-radius: 10px;
    border: 1.05px solid #FF6A00;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #FF6A00;
    background: #fff;
    text-align: center;
}

.navbar-mobile-actions .btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
}


.btn-orange {
    background-color: #FF6A00;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    border: 0;
}

.navbar-toggler {
    padding: 0;
}

.site-header header {
    padding: 16px 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.site-header.sticky {
    box-shadow: 0 4px 16px rgba(11, 45, 92, 0.12);
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    background: #FFFFFF80;
}

.banner .swiper-pagination-bullet-active {
    background: #FF6A00;
    width: 32px;
    border-radius: 100px;
}

.find-transportation {
    padding: 40px 0;
    box-shadow: 0px 4px 20px 0px #FF6A0014;
    border-bottom: 1.05px solid #E8EEF6;
    background: #FFFFFF;
}

.section-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #0B2D5C;
    margin-bottom: 6px;
}

.description {
    font-size: 14px;
    line-height: 21px;
    color: #667085;
}

.description-lg {
    font-size: 15px;
    line-height: 25.5px;
    color: #667085;
}

.form-transportation {
    margin-top: 24px;
}

.form-transportation .form-container {
    gap: 12px;
}

.input-search-transportation {
    padding: 14px 16px;
    border: 1.05px solid #E8EEF6;
    border-radius: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.input-search-transportation img {
    width: 16px;
    height: 16px;
    display: block;
}

.input-search-transportation input {
    flex: 1;
}

.form-transportation .btn-orange {
    padding: 0 28px;
    height: 52px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0px 4px 16px 0px #FF6A004D;
}

.result-transportation {
    
}

.transportation-status {
    border-top: 1.05px solid #E8EEF6;
    padding-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.transportation-status .text {
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.status-tag {
    padding: 3px 10px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 11px;
    line-height: 16.5px;
}

.badge-progress {
    background: #EEF5FF;
    color: #0B5CAD;
}

.badge-delivered {
    background: #FFF3E6;
    color: #C85300;
}

.badge-completed {
    background: #ECFDF3;
    color: #027A48;
}

.badge-purple {
    background: #F5F3FF;
    color: #7C3AED;
}

.badge-info{
    background: #EEF5FF;
    color: #0B5CAD;
}

.news {
    background: #F7F9FC;
    padding: 80px 0;
}

.text-heading {
    color: #FF6A00;
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    margin-bottom: 12px;
}

.news-list {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    gap: 24px;
}

.new-card {
    box-shadow: 0px 2px 16px 0px #FF6A000F;
    border-top: 1.05px solid #FDDCB4;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
}

.new-card .new-img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.new-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 22px 22px;
}

.new-created {
    display: flex;
    align-items: center;
    gap: 12px;
}

.new-created span {
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}

.new-title {
    margin-top: 12px;
}

.new-title a {
    font-weight: 700;
    font-size: 15px;
    line-height: 21.75px;
    color: #0B2D5C;
}

.new-description {
    padding: 10px 0 16px;
    color: #667085;
    font-size: 13px;
    line-height: 21.45px;
}

.read-nore {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    color: #FF6A00;
    padding: 0;
    height: 24px;
}

.view-all {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.btn-border-orrange {
    border: 1.05px solid #FF6A00;
    color: #FF6A00;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    align-items: center;
    border-radius: 10px;
}

.services {
    padding: 86px 0;
    background: #FFF8F0;
}

.section-title-extra {
    font-size: 27.2px;
    line-height: 40.8px;
    letter-spacing: -0.3px;
    font-weight: 800;
    color: #0B2D5C;
    margin-bottom: 10px;
}

.service-inner {
    margin-top: 48px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-order {
    background: linear-gradient(135deg, #082B57 0%, #103E78 100%);
    box-shadow: 0px 12px 16px 0px #082B5733;
    padding: 30px 22px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.circle-blur {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.rect-blur {
    position: absolute;
    bottom: -18px;
    right: 30px;
    width: 128px;
    height: 128px;
    background: #FFFFFF0F;
    border: 1.05px solid #FFFFFF21;
    transform: rotate(-8deg);
    border-radius: 24px;
}

.service-tag ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.service-tag ul li {
    padding: 7px 11px;
    background: #FFFFFF1F;
    border-radius: 100px;
    border: 1.05px solid #FFFFFF2E;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 12px;
    line-height: 18px;
}

.service-tag ul li.hightlight {
    background: #FF6A00;
}

.service-column {
    margin-top: 22px;
}

.img-delivery {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    box-shadow: 0px 14px 30px 0px #FF6A004D;
    background: #FF6A00;
    padding: 15px;
    margin-bottom: 20px;
}

.img-delivery img {
    display: block;
    width: 28px;
    height: 28px;
}

.service-column h3 {
    color: #fff;
    font-weight: 800;
    font-size: 24.8px;
    line-height: 30.26px;
    margin-bottom: 14px;
}

.service-column p {
    color: #FFFFFFC7;
    font-size: 15px;
    line-height: 26.7px;
    margin-bottom: 0;
}

.warehouse-box {
    margin-top: 24px;
    margin-bottom: 24px;
    background: #FFFFFF14;
    border: 1.05px solid #FFFFFF24;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.warehouse-box .warehouse {
    padding: 14px 12px;
    background: #FFFFFF;
    border-radius: 14px;
    flex: 1;
    width: 100%;
}

.warehouse-box .warehouse .warehouse-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.warehouse-box .warehouse .warehouse-title h4 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 13px;
    line-height: 19.5px;
    color: #0B2D5C;
}

.warehouse-box .warehouse .warehouse-des {
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}

.sperate-warehouse {
    display: flex;
    gap: 2px;
    align-items: center;
}

.sperate-warehouse .line {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FF6A00 100%);
}

.services-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item {
    background: #fff;
    flex: 1;
    border: 1.05px solid #E8EEF6;
    box-shadow: 0px 14px 36px 0px #082B570F;
    border-radius: 20px;
    padding: 22px;
}

.service-item-inner {
    display: flex;
    gap: 16px;
}

.service-item-icon {
    width: 48px;
    height: 48px;
    background: #FFF3E6;
    border-radius: 14px;
    padding: 13px;
    flex: 0 0 48px;
}

.service-item:nth-child(even) .service-item-icon {
    background: #EAF3FF;
}

.service-content h3 {
    font-weight: 800;
    font-size: 17px;
    line-height: 22.95px;
    margin-bottom: 8px;
    color: #082B57;
}

.service-content p {
    font-size: 13px;
    line-height: 22.1px;
    margin-bottom: 13px;
    color: #667085;
}

.service-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-content ul li {
    padding: 5px 9px;
    background: #FFF3E6;
    border-radius: 100px;
    font-weight: 800;
    font-size: 11px;
    line-height: 16.5px;
    color: #C85300;
}

.service-item:nth-child(even) .service-content ul li {
    background: #EAF3FF;
    color: #082B57;
}

.reviews {
    padding: 80px 0;
    background: #FFF8F2;
}

.reviews-list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-item {
    background: #FFFFFF;
    border: 1.05px solid #FDDCB4;
    border-radius: 16px;
    padding: 24px;
}

.review-item-title {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stars-review {
    display: flex;
    gap: 2;
}

.review-tag {
    background: #FFF3E6;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    color: #FF6A00;
}

.review-content {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 23.8px;
    color: #101828;
}

.author-review {
    border-top: 1.05px solid #FDDCB4;
    padding-top: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.author-review .avatar {
    flex: 0 0 40px;
    height: 40px;
    border-top: 1.05px solid #FF6A00;
    border-radius: 20px;
    overflow: hidden;
}

.author-review .avatar img {
    width: 100%;
}

.author-data h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    color: #0B2D5C;
    margin-bottom: 0;
}

.author-des {
    color: #667085;
    font-size: 11px;
    line-height: 16.5px;
}

.why-us {
    padding: 80px 0;
    background: #fff;
}

.benefit-inner {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.benefit-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    display: flex;
    gap: 16px;
}

.benefit-icon {
    flex: 0 0 40px;
    height: 42px;
    margin-top: 2px;
    background: #FFF3E6;
    border-radius: 12px;
    padding: 11px 12px;
}

.benefit-icon img {
    width: 18px;
    height: 18px;
}

.benefit-data h4 {
    color: #0B2D5C;
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    margin-bottom: 4px;
}

.benefit-data .benefit-des {
    color: #667085;
    font-size: 12px;
    line-height: 19.8px;
}

.procedure {
    background: #082B57;
    padding: 80px 0;
}

.procedure .section-title-extra {
    color: #fff;
}

.procedure .description-lg {
    color: #C7D7EA;
}

.procedure-inner {
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.procedure-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.procedure-item {
    background: #FFFFFF14;
    border: 1.05px solid #FFFFFF29;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    gap: 14px;
}

.procedure-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 22px;
    background: #16A34A;
    padding: 12.5px;
}

.procedure-item.highlight .procedure-icon {
    background: #FF6A00;
}

.procedure-number {
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    color: #FF6A00;
    margin-bottom: 3px;
}

.procedure-data h4 {
    font-weight: 800;
    font-size: 15px;
    line-height: 20.25px;
    margin-bottom: 6px;
    color: #fff;
}

.procedure-des {
    color: #C7D7EA;
    font-size: 13px;
    line-height: 20.8px;
}

.you-ready {
    background: #FF6A0024;
    border: 1.05px solid #FF6A0052;
    border-radius: 16px;
    padding: 20px;
}

.you-ready h4 {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
}

.you-ready .ready-des {
    color: #C7D7EA;
    font-size: 13px;
    line-height: 21.45px;
    margin-bottom: 14px;
}

.you-ready .btn-orange {
    border-radius: 10px;
    padding: 10px 16px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.you-ready .btn-orange span {
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
}

.achievement {
    padding: 84px 0;
    background: #fff;
}

.achievement-list {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.achievement-item {
    background: #FFFFFF;
    border: 1.05px solid #E8EEF6;
    padding: 28px 26px;
    border-radius: 16px;
    overflow: hidden;
}

.achievement-icon {
    width: 50px;
    height: 50px;
    padding: 13.5px;
    background: #FFF3E6;
    border-radius: 14px;
    margin-bottom: 20px;
}

.achievement-number {
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    color: #FF6A00;
    margin-bottom: 8px;
}

.achievement-item h4 {
    color: #0B2D5C;
    font-weight: 800;
    font-size: 17px;
    line-height: 25.5px;
    margin-bottom: 8px;
}

.achievement-des {
    color: #667085;
    font-size: 13px;
    line-height: 21.45px;
}

.achievement-item:nth-child(even) {
    background: #0B2D5C;
    border: 1.05px solid #0B2D5C;
    box-shadow: 0px 18px 45px 0px #0B2D5C29;
}

.achievement-item:nth-child(even) .achievement-icon {
    background: #FFFFFF1F;
}

.achievement-item:nth-child(even) .achievement-number,
.achievement-item h4 {
    color: #fff;
}

.achievement-item:nth-child(even) .achievement-des {
    color: #FFFFFFB8;
}

.application {
    background: #FFF3E6;
    padding: 64px 0;
}
.tpk-images{
    padding: 80px 0;
    background: #fff;
}
.images-app {
    margin-top: 28px;
    display: flex;
    gap: 12px;
}

.app-link {
    display: flex;
    border-radius: 14px;
    padding: 12px 22px;
    gap: 12px;
    background: #0B2D5C;
}

.app-link img {
    width: 22px;
    height: auto;
}

.download-now {
    color: #FFFFFFA6;
    font-size: 10px;
    line-height: 15px;
}

.app-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 16.5px;
    color: #fff;
}

.tag-images {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.tag-images ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-images li {
    white-space: nowrap;
    cursor: pointer;
}

.tag-images ul {
    width: max-content;
    flex-wrap: nowrap;
    padding-bottom: 4px;
}
.tag-images::-webkit-scrollbar {
    display: none;
}

.tag-images::-webkit-scrollbar-track {
    background: transparent;
}

.tag-images::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.list-images{
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.item-image{
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.item-image .bg-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(11, 45, 92, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
    top: 0;
    left: 0;
}
.image-name{
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
    padding: 6px 12px;
    border: 1.05px solid #FFFFFF40;
    background: #FFFFFF26;
    color: #fff;
    border-radius: 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.revise-section{
    background: #F7F9FC;
    padding: 80px 0;
}
.image-revise{
    margin-top: 24px;
}
.revise-inner{
    display: flex;
    flex-direction: column;
    gap: 64px;

}
.revise-form{
    padding: 28px;
    border-radius: 20px;
    background: #fff;
    border: 1.05px solid #FDDCB4;
}
.revise-form h3{
    color: #0B2D5C;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.input-group{
    display: flex;
    gap: 12px;
}
.input-group .input-item{
    flex: 1;
}
.input-item{
    margin-top: 20px;
}
.input-item label{
    color: #0B2D5C;
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
}
.input-item .form-control{
    border: 1.05px solid #FDDCB4;
    border-radius: 10px;
    padding: 10px 14px;
}
.input-item .btn-orange{
    width: 100%;
    border-radius: 14px;
    padding: 14px 28px;
    box-shadow: 0px 6px 20px 0px #FF6A004D;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}
.form-note{
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}
.site-footer{
    background: #061D3D;
    padding: 56px 0 28px;
}
.footer-logo img{
    width: 164px;
    height: auto;
    display: block;
}
.footer-logo .logo-text{
    text-transform: uppercase;
    color: #51A2FF;
    font-weight: 500;
    font-size: 9px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
    padding-left: 8px;
}
.company-des{
    margin-top: 14px;
    color: #8EC5FF;
    font-size: 13px;
    line-height: 22.1px;
}
.footer-main{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer-hotline{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-hotline-row{
    color: #8EC5FF;
    font-size: 13px;
    line-height: 19.5px;
}
.footer-hotline-row span{
    color: #FF6A00;
}
.footer-menu{
    display: flex;
    gap: 24px;
}
.footer-menu-item{
    flex: 1;
}
.footer-menui-title{
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
}
.footer-menu-item ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-menu-item ul li a{
    color: #8EC5FF;
    font-size: 13px;
    line-height: 19.5px;
    text-decoration: none;
}
.footer-inner{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer-contact h3{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}
.socials{
    margin: 14px 0 0 0;
    padding: 0;
    display: flex;
    gap: 8px;
}
.footer-app{
    margin-top: 20px;
}
.footer-app h4{
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-app-links{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-app-links a{
    display: flex;
    gap: 4px;
    align-items: center;
    color: #8EC5FF;
    font-size: 13px;
    line-height: 19.5px;
}
.footer-bottom{
    margin-top: 44px;
    color: #51A2FF;
    border-top: 1.05px solid #FFFFFF1A;
    padding-top: 16px;
    font-size: 12px;
    line-height: 18px;
}
.footer-bottom ul{
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 12px;
    gap: 20px;
}
.nav-link{
    color: #101828;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 8px 10px;
}
.logged-in-buttons .dropdown-toggle{
    padding: 0;
    background: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    line-height: 19.5px;
    font-weight: 700;
}
.logged-in-buttons .dropdown-toggle::before{
    display: none;
}
.logged-in-buttons .dropdown-menu{
    background: #FFFFFF;
    border-top: 1.05px solid #E8EEF6;
    box-shadow: 0px 18px 45px 0px #0B2D5C2E;
    border-radius: 12px;
    padding: 8px;
    min-width: 238px;
    inset: 0 0 auto auto !important;
}
.account-data{
    padding: 10px 10px 12px;
    border-bottom: 1.05px solid #E8EEF6;
}
.account-data .account-name{
    color: #0B2D5C;
    font-weight: 800;
    font-size: 14px;
    line-height: 21px;
}
.logged-in-buttons .dropdown-menu ul{
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}
.logged-in-buttons .dropdown-menu ul li a{
    padding: 9px 10px;
    display: flex;
    gap: 10px;
    color: #101828;
    font-weight: 600;
    font-size: 13px;
    line-height: 19.5px;
    align-items: center;
}
.logged-in-buttons .dropdown-menu ul li a img{
    width: 15px;
    height: 15px;
}
.logout-btn{
    margin-top: 8px;
    display: block;
    border-top: 1.05px solid #E8EEF6;
    border-radius: 8px;
    padding: 9px 10px;
    gap: 10px;
    display: flex;
    font-weight: 800;
    font-size: 13px;
    line-height: 19.5px;
    color: #E85D00;
}
.page-breadcrumb{
    background: linear-gradient(140deg, #0B2D5C 3.67%, #0F3464 96.33%);
    padding: 56px 0 52px;
}
.page-breadcrumb .breadcrumb-item{
    color: #FFFFFF99;
    font-size: 13px;
    line-height: 19.5px;
}
.page-breadcrumb .breadcrumb-item.active{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 19.5px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #FFFFFF4D;
}
.breadcrumb-head{
    margin-top: 20px;
}
.breadcrumb-head .section-title{
    color: #fff;
    font-weight: 800;
    font-size: 28.8px;
    line-height: 43.2px;
    letter-spacing: -0.4px;
}
.page-breadcrumb .description{
    margin-top: 12px;
}
.page-breadcrumb .description-lg{
    color: #BFD0E5;
}
.page-content{
    background: #F7F9FC;
    padding: 48px 0;
}

.main-content{
    background: #FFFFFF;
    border: 1.05px solid #E8EEF6;
    border-radius: 12px;
    padding: 24px;
}
.index-item{
    color: #FF6A00;
    font-weight: 800;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
}
.title-chinh-sach{
    margin-top: 10px;
    margin-bottom: 0;
    color: #0B2D5C;
    font-weight: 800;
    font-size: 21.6px;
    line-height: 27px;
}
.chinh-sach-large{
    margin-top: 34px;
}
.chinh-sach-large .chinh-sach-inner{
    padding-top: 34px;
    border-top: 1.05px solid #E8EEF6;
}
.chinh-sach-large .chinh-sach-inner > h3{
    color: #0B2D5C;
    font-weight: 800;
    font-size: 21.6px;
    line-height: 27px;
    margin-bottom: 0;
}
.chinh-sach-row{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.chinh-sach-item{
    background: #FFF8F2;
    border: 1.05px solid #FDDCB4;
    border-radius: 12px;
    padding: 18px;
}
.chinh-sach-item h4{
    color: #0B2D5C;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9px;
}
.chinh-sach-item p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23.8px;
    color: #101828;
}
.chinh-sach-large .chinh-sach-inner .alert{
    border-radius: 12px;
    padding: 18px;
    margin-top: 18px;
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}
.chinh-sach-large .chinh-sach-inner .alert svg{
    flex:  0 0 20px;
}
.chinh-sach-large .chinh-sach-inner .alert-danger{
    border-top: 1.05px solid #FECDCA;
    background: #FEF3F2;
}
.chinh-sach-large .chinh-sach-inner > ul{
    margin: 18px 0  0;
    list-style: disc;
    padding-left: 20px;
}
.chinh-sach-large .chinh-sach-inner > ul li{
    color: #101828;
    font-size: 15px;
    line-height: 26.25px;
}
.chinh-sach-large .chinh-sach-inner > ul li + li{
    margin-top: 10px;
}
.chinh-sach-large .chinh-sach-inner > ul li::marker{
    color: #B42318;
}
.chinh-sach-large .chinh-sach-inner > .list-contents{
    padding: 0;
    list-style: none;
}
.chinh-sach-large .chinh-sach-inner > .list-contents li{
    display: flex;
    gap: 14px;
}
.chinh-sach-large .chinh-sach-inner > .list-contents li .number-row{
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background: #0B2D5C;
    font-weight: 800;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    flex: 0 0 34px;
    padding: 8px;
}
.chinh-sach-large .chinh-sach-inner > .list-contents li span{
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24.75px;
    color: #101828;
}
.chinh-sach-content{
    margin-top: 18px;
    
}
.chinh-sach-content > h3{
    color: #0B2D5C;
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
.chinh-sach-content > .chinh-sach-des{
    margin-top: 10px;
    margin-bottom: 0;
    color: #667085;
    font-size: 15px;
    line-height: 26.25px;
}
.chinh-sach-content ul{
    list-style: disc;
    padding-left: 20px;
    margin: 12px 0 0 0;
}
.chinh-sach-content ul li{
    color: #101828;
    font-size: 15px;
    line-height: 26.25px;
}
.chinh-sach-content ul li::marker{
    color: #FF6A00;
}
.responsibility-row{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.responsibility{
    border: 1.05px solid #E8EEF6;
    border-radius: 12px;
    padding: 20px;
}
.responsibility-title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.responsibility-title h4{
    font-size: 17px;
    line-height: 25.5px;
    margin-bottom: 0;
    font-weight: 800;
    color: #0B2D5C;
}
.responsibility ul{
    margin: 12px 0 10px;
    padding-left: 20px;
    list-style: disc;
}
.responsibility ul li{
    font-size: 15px;
    line-height: 26.25px;
}
.responsibility ul li::marker{
    color: #FF6A00;
}
.form-search{
    margin-top: 28px;
}
.form-search .form-group{
    background: #fff;
    border-radius: 12px;
    border: 1.05px solid #FFFFFF38;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.form-search .form-group img{
    margin-left: 14px;
}
.form-search .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
}
.form-search .form-group .form-control{
    border: 0;
    padding: 16px 12px;
}
.post-categories{
    padding: 14px 0;
    border-bottom: 1.05px solid #E8EEF6;
}
.categories {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.categories ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories ul li {
    white-space: nowrap;
    cursor: pointer;
    padding: 6px 18px;
    border-radius: 100px;
    border: 1.05px solid #E8EEF6;
    font-weight: 500;
    font-size: 13px;
    line-height: 19.5px;
    color: #101828;
}
.categories ul li.active{
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 19.5px;
    background: #FF6A00;
    border: 1.05px solid #FF6A00;
}
.section-posts{
    padding: 48px 0 80px;
}
.title-primary{
    color: #FF6A00;
    font-weight: 700;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.article{
    border: 1.05px solid #E8EEF6;
    border-radius: 16px;
    overflow: hidden;
}
.image-article img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.article-info{
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}
.article-tag{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}
.time-read{
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}
.article-created-at{
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}
.article-heading h3{
    color: #0B2D5C;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.article-heading p{
    margin-bottom: 0;
    color: #667085;
    font-size: 13px;
    line-height: 21.45px;
}
.other-article{
    margin-top: 32px;
}
.result-search{
    color: #667085;
    font-size: 13px;
    line-height: 19.5px;
}
.list-articles{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.list-articles .image-article img{
    height: 200px;
}
.list-articles .article-heading h3{
    font-size: 15px;
    line-height: 21.75px;
}
.section-result{
    padding: 16px;
}
.no-exists-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.no-exists-content h2{
    color: #101828;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.no-exists-content p{
    color: #667085;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.no-exists-content img{
    width: 206px;
}
.section-result .btn-orange{
    width: 100%;
    height: 52px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
}
.site-tracuu{
    background: #F8FAFC;
}
.result-transportation{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}
.result-transportation .transportation{
    background: #fff;
    border: 1px solid #E8EEF6;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.transportation .transportation-info{
    display: flex;
    gap: 16px;
}
.transportation .transportation-info .img-product{
    flex: 0 0 72px;
    height: 72px;
    background: #FF6A0033;
    padding: 12px;
    border-radius: 50%;
}
.transportation-info-detail{
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.font-normal{
    font-size: 14px;
    line-height: 20px;
    color: #101828;
}
.transportation-barcode{
    display: flex;
    align-items: center;
    gap: 8px;
}
.transportation-barcode span{
    color: #FF6A00;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.transportation-barcode .transportation-barcode-copy{
    padding: 0;
}
.badge-status{
    width: max-content;
    padding: 2px 10px;
    background: #ECFDF3;
    color: #027A48;
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
}
.transportation-updated{
    color: #667085;
    font-size: 11px;
    line-height: 16.5px;
}
.line-transportation{
    height: 1px;
    width: 100%;
    background: #66708533;
}
.tracking-status-transportation{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tracking-status-transportation .status-item{
    display: flex;
    gap: 12px;
    position: relative;
    
}
.tracking-status-transportation .status-item .icon-status{
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #E8EEF6;
    border-radius: 50%;
    padding: 10px;
    z-index: 2;
    background: #fff;
}
.tracking-status-transportation .status-item.status-complete .icon-status{
    background: #FF6A00;
    border: 1px solid #FF6A00;
}
.tracking-status-transportation .status-item.status-complete::before{
    content: "";
    width: 0px;
    height: 66px;
    position: absolute;
    top: 21px;
    left: 20.5px;
    border-left: 1px solid #FF6A00;
    z-index: 0;
}
.tracking-status-transportation .status-item::before{
    content: "";
    width: 0px;
    height: 66px;
    position: absolute;
    top: 21px;
    left: 20.5px;
    z-index: 0;
}
.tracking-status-transportation .status-item:last-child::before{
    display: none;
}
.tracking-status-transportation .status-item.status-active::before, .tracking-status-transportation .status-item::before{
    
    width: 1px;
    border: 0;
    background-image: linear-gradient(
        to bottom,
        #E8EEF6 0,
        #E8EEF6 6px,
        transparent 6px,
        transparent 12px
    );
    background-size: 100% 12px;
    background-repeat: repeat-y;
}
.tracking-status-transportation .status-item .data-status{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.tracking-status-transportation .status-item .data-status .status-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin-bottom: 4px;
}
.tracking-status-transportation .status-item .data-status .status-change-date{
    color: #667085;
    font-size: 12px;
    line-height: 16px;
}
.information-transportation{
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
}
.information-transportation .content-transportation{
    background: #fff;
    border: 1px solid #E8EEF6;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.information-transportation .content-transportation h3{
    margin-bottom: 0;
    color: #0B2D5C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}
.transportation-warehouse-box{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.transportation-warehouse-box .warehouse-card{
    display: flex;
    gap: 11px;
    align-items: center;
}
.transportation-warehouse-box .warehouse-card .icon-warehouse{
    flex: 0 0 46px;
    height: 46px;
    padding: 13px;
    background: #FF6A0033;
    border-radius: 50%;
}
.transportation-warehouse-box .warehouse-card .warehouse-text{
    gap: 4px;
    display: flex;
    flex-direction: column;
}
.transportation-warehouse-box .warehouse-card .warehouse-text p{
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #667085;
}
.transportation-warehouse-box .warehouse-card .warehouse-text h4{
    color: #101828;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.transportation-warehouse-box .warehouse-diviver{
    background: #66708533;
    height: 1px;
    width: 100%;
}
.transportation-warehouse-box .transportation-note{
    background: #FF6A000D;
    padding: 12px;
    border-radius: 12px;
}
.transportation-warehouse-box .transportation-note p{
    margin-bottom: 12px;
    color: #667085;
    font-size: 12px;
    line-height: 16px;
}
.transportation-warehouse-box .transportation-note h4{
    color: #101828;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.information-transportation .delivery-transportation{
    border-radius: 12px;
    padding: 16px;
    background-image: url('../images/tra-cuu/BgStatusTransportation.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 369px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.information-transportation .delivery-transportation .current-status{
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #FFFFFFCC;
}
.information-transportation .delivery-transportation .current-status .label{
    font-size: 12px;
    line-height: 18px;
}
.information-transportation .delivery-transportation .current-status h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
.information-transportation .delivery-transportation .current-status p{
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}
.information-transportation .delivery-transportation .address-nhapkho{
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    gap: 12px;
}
.information-transportation .delivery-transportation .address-nhapkho .address-nhapkho-item{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.information-transportation .delivery-transportation .address-nhapkho .address-nhapkho-item .icon-address{
    padding: 6px;
    background: #FF6A0033;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}
.information-transportation .delivery-transportation .address-nhapkho .address-nhapkho-item p{
    color: #667085;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.information-transportation .delivery-transportation .address-nhapkho .address-nhapkho-item h3{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
}
.information-transportation .delivery-transportation .address-nhapkho .address-diviver{
    width: 1px;
    background: #66708533;
}
.result-transportation .need-support{
    background: #FF6A000D;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.result-transportation .need-support .box-support{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.result-transportation .need-support .box-support img{
    width: 32px;
}
.result-transportation .need-support .box-support .support-text h3{
    color: #082B57;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
.result-transportation .need-support .box-support .support-text p{
    color: #667085;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.result-transportation .need-support .btn-support{
    display: flex;
    gap: 12px;
}
.result-transportation .need-support .btn-support a{
    flex: 1;
    border-radius: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 4px;
    border: 1px solid #0B2D5C;
    width: calc(50% - 6px);
    min-height: 51px;
    justify-content: center;
}
.result-transportation .need-support .btn-support a svg{
    flex:  0 0 24px;
}
.result-transportation .need-support .btn-support a span{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: inherit;
}
.result-transportation .need-support .btn-support .btn-hotline{
    border: 1px solid #0B2D5C;
    background: #fff;
    color: #0B2D5C;
}
.result-transportation .need-support .btn-support .btn-chatnow{
    background: #0B2D5C;
    color: #fff;
}

@media screen and (min-width: 768px){
    .navbar-mobile-actions{
        flex-direction: row;
        justify-content: start;
    }
    .input-search-transportation{
        flex: 1;
    }
    .warehouse-box{
        display: flex;
        flex-direction: row;
    }
    .sperate-warehouse{
        flex: 0 0 68px;
        flex-direction: column-reverse;
    }
    .sperate-warehouse .line{
        width: 68px;
        height: 2px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, #FF6A00 100%);
    }
    .benefit-list{
        margin-top: 24px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .benefit-item{
        width: calc(50% - 10px);
    }
    .you-ready{
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .application-inner{
        display: flex;
        justify-content: space-between;
    }
    .image-applicaton{
        flex:  0 0 288px;
    }
    .container {
        max-width: 1312px;
    }
    .list-images{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 16px;
    }
    .item-image:first-child{
        grid-column: 1 / span 6;
        grid-row: 1 / span 2;
        min-height: 343px;
    }
    .item-image img{
        height: 100%;
        width: auto;
        object-fit: cover;
    }
   .item-image:nth-child(2) {
        grid-column: 7 / span 3;
        grid-row: 1;
    }

    .item-image:nth-child(3) {
        grid-column: 10 / span 3;
        grid-row: 1;
    }

    .item-image:nth-child(4) {
        grid-column: 7 / span 3;
        grid-row: 2;
    }

    .item-image:nth-child(5) {
        grid-column: 10 / span 3;
        grid-row: 2;
    }

    .item-image:nth-child(6) {
        grid-column: 1 / span 4;
        grid-row: 3;
    }

    .item-image:nth-child(7) {
        grid-column: 5 / span 4;
        grid-row: 3;
    }

    .item-image:nth-child(8) {
        grid-column: 9 / span 4;
        grid-row: 3;
    }
    .footer-main{
        flex: 1;
        flex-direction: row;
    }
    .company-info{
        flex: 0 0 400px;
    }
    .footer-menu{
        flex: 1;
    }
    .no-exists-content h2{
        font-size: 24px;
    }
    .no-exists-content img{
        width: 380px;
    }
    .tracking-status-transportation{
        flex-direction: row;
    }
    .tracking-status-transportation .status-item{
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
    .tracking-status-transportation .status-item .data-status{
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .tracking-status-transportation .status-item .data-status .status-change-date{
        text-align: center;
    }
    .tracking-status-transportation .status-item .data-status .status-name{
        text-align: center;
        letter-spacing: -0.5px;
    }
    .tracking-status-transportation{
        gap: 8px;
    }
    .tracking-status-transportation .status-item::before{
        width: calc(100% + 8px);
        height: 1px;
        background-image: linear-gradient(to right, #E8EEF6 0, #E8EEF6 8px, transparent 8px, transparent 16px);
        background-size: 16px 100%;
        background-repeat: repeat-x;
        left: 50%;
    }
    .tracking-status-transportation .status-item.status-complete::before{
        width: calc(100% + 8px);
        height: 0;
        border-top: 1px solid #FF6A00;
        left: 50%;
    }
    .information-transportation .delivery-transportation{
        min-height: 495px;
    }
    .result-transportation .need-support{
        flex-direction: row;
        align-items: start;
        padding: 16px;
    }
    .result-transportation .need-support .box-support{
        flex: 1;
        flex-direction: row;
    }
    .result-transportation .need-support .box-support .support-icon{
        flex: 0 0 32px;
    }
    .result-transportation .need-support .btn-support{
        flex: 1;
    }
}
@media screen and (min-width: 1025px) {
    .text-end{
        gap: 10px;
        display: flex;
        justify-content: end;
    }
    .text-end .btn-white{
        padding: 7px 16px;
        border-radius: 8px;
        border: 1.05px solid #FF6A00;
        font-size: 14px;
        line-height: 21px;
        color: #FF6A00;
    }
    .text-end .btn-orange{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 16px;
        font-size: 14px;
        line-height: 21px;
        border-radius: 8px;
    }
    
    .news-list{
        flex-direction: row;
        width: 100%;
    }
    .new-card{
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .service-inner{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    
    .reviews-list{
        flex-direction: row;
    }
    .benefit-inner{
        flex-direction: row;
    }
    .benefit-image{
        flex:  0 0 608px;
    }

    .new-content-inner{
        flex: 1;
    }
    
    .you-ready{
        border: 1.05px solid #FFFFFF29;
        background: #FFFFFF14;
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .you-ready .ready-des{
        margin-bottom: 0;
    }
    .achievement-list{
        flex-direction: row;
    }
    
    .application-main{
        flex: 1;
        max-width: 587px;
    }
    .application .section-title-extra{
        max-width: 438px;
    }
    
    .revise-inner{
        flex-direction: row;
    }
    .revise-heading{
        flex: 0 0 608px;
    }
    .revise-form{
        flex: 1;
    }
    .footer-inner{
        display: flex;
        flex-direction: row;
    }
    .footer-main{
        flex: 1;
        flex-direction: row;
    }
    .company-info{
        flex: 0 0 416px;
    }
    .footer-menu{
        flex: 1;
    }
    .footer-contact{
        flex: 0 0 237px;
    }
    .footer-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar{
        padding: 0;
    }
    .navbar-collapse{
        position: static;
        height: auto;
        padding: 0;
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: all;
    }
    .navbar-nav .nav-item{
        border-bottom: 0;
    }
    .chinh-sach-row{
        flex-direction: row;
    }
    .chinh-sach-item{
        flex: 1;
    }
    .responsibility-row{
        flex-direction: row;
    }
    .responsibility{
        flex: 1;
    }
    .layout-content{
        display: flex;
        gap: 48px;
    }
    .layout-content .toc{
        flex: 0 0 260px;
        background: #FFFFFF;
        align-self: flex-start;
        padding: 18px;
        border-radius: 12px;
        border: 1.05px solid #E8EEF6;
        position: sticky;
        top: var(--toc-top, 96px);
        max-height: calc(100vh - var(--toc-top, 96px) - 16px);
        overflow-y: auto;
    }
    .main-content{
        flex: 1;
    }
    .toc-title{
        gap: 8px;
        align-items: center;
    }
    .toc-title h3{
        font-weight: 800;
        font-size: 14px;
        line-height: 21px;
        color: #0B2D5C;
        margin-bottom: 0;
    }
    .toc ul{
        margin: 0;
        margin-top: 14px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .toc ul li a{
        padding: 8px 10px;
        border-radius: 8px;
        color: #667085;
        font-size: 13px;
        line-height: 19.5px;
        display: block;
        transition: background-color 0.2s ease, color 0.2s ease;
    }
    .toc ul li.active a{
        color: #FF6A00;
        background: #FFF4EA;
        font-weight: 600;
    }
    .main-content{
        padding: 44px;
    }
    .title-chinh-sach{
        font-size: 28.8px;
        line-height: 36px;
    }
    .list-articles{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .list-articles .article{
        width: calc((100% - 32px) / 3);
    }
    .section-result{
        padding: 48px;
    }
    .no-exists-content h2{
        font-size: 32px;
    }
    .no-exists-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .no-exists-content img{
        width: 480px;
    }
    .tracking-status-transportation .status-item .data-status .status-name{
        text-align: center;
        letter-spacing: normal;
    }
    .tracking-status-transportation .status-item::before{
        height: 2px;
        top: 20px;
    }
    .tracking-status-transportation .status-item.status-complete::before{
        border-top: 2px solid #FF6A00;
        top: 20px;
    }
    .information-transportation{
        flex-direction: row;
    }
    .information-transportation .delivery-transportation{
        flex: 0 0 446px;
        min-height: 431px;
    }
    .information-transportation .content-transportation{
        flex: 1;
        padding: 24px;
    }
    .information-transportation .content-transportation h3{
        font-size: 18px;
        line-height: 27px;
    }
    .transportation-warehouse-box{
        gap: 24px;
    }
    .result-transportation .need-support .btn-support{
        flex: unset;
    }
    .result-transportation .need-support .btn-support a{
        width: auto;
        padding-left: 28px;
        padding-right: 28px;
    }
}
@media screen and (min-width: 1440px) {
    .container {
        max-width: 1312px;
    }
}