﻿input::placeholder {
    /*    font-family: "Montserrat", sans-serif;*/
}


.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
}

.menu-top {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menuText1 {
    display: block;
    font-size: 12px;
    text-transform: none;
    color: #dddddd69;
}

.xTransText {
    color: #dddddd69;
    font-size: 12px;
}

.card .table > thead > tr > th {
    font-size: 14px;
}

.card .table > tbody > tr > td, .card .table > tbody > tr > th {
    font-size: 14px;
}

.tblist.tbhome td {
    font-size: 13.5px;
    text-align: center;
    word-wrap: break-word;
}

.tblist {
    width: 100%;
    color: #000
}

.tbhead {
    /* background: white;*/
    font-weight: bold;
    border-radius: 8px;
    line-height: 22px;
}

.tbcol1 {
    background: white;
}

.tbhead td {
    color: #2c5aa0 !important;
}

.table-header, .tblist td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.tblist td {
    font-size: 14px;
    color: #000;
    text-align: center;
    word-wrap: break-word;
}

.btnvm {
    display: inline-block;
    padding: 0px 5px;
    background: #2c5aa0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 3px;
    line-height: 22px;
}

.headerLogin {
}

    .headerLogin ul {
        display: flex;
        gap: 10px;
        list-style: none;
    }

        .headerLogin ul li {
        }

.navbar-fixed-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pad30 {
    padding: 30px 0;
}

.search-form-title {
    color: #2c5aa0;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

.search-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 20px;
    margin-bottom: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

    .form-group label {
        font-weight: bold;
        margin-bottom: 5px;
        color: #2c5aa0;
    }

.form-input {
    padding: 12px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.search-btn {
    grid-column: 1 / -1;
    padding: 6px 30px;
    background: linear-gradient(45deg, #2c5aa0, #1e3a8a);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.hotline {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    color: #2c5aa0;
}

.call-btn {
    background: #4caf50;
    border: none;
    padding: 2px 7px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
}

.contact-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.chat-btn {
    padding: 0px 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.goi-ngay {
    background: #4caf50;
    color: white;
}

.zalo {
    background: #0084ff;
    color: white;
}

.tu-van {
    background: #ff9800;
    color: white;
}

.whatsapp {
    background: #25D366;
    color: white;
}



.search-form-wrapper {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* max-width: 930px; */
    margin: 0;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}


.ships-section, .cargo-section {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow-y: hidden;
    overflow-x: scroll;
    box-sizing: border-box;
    width: 100%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

    .section-header h2 {
        color: #2c5aa0;
        font-size: 20px;
        font-weight: bold;
    }

.foreign-lang {
    font-size: 0.85em;
    font-weight: normal;
    color: #9d9d9d;
    white-space: nowrap;
    display: block;
    margin-top: 5px;
}

.info-grid .foreign-lang {
      white-space: unset;
}

.section-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
}


.dang-tau {
    background: #ff6b35;
    color: white;
}

.section-btn i {
    margin-right: 4px;
}

.section-btn .foreign-lang {
    color: white;
    margin-top: 0;
    font-size: .9em;
}

.ships-table, .cargo-table {
    min-width: 1000px;
}

.table-header {
    background: white;
    font-weight: bold;
    color: #2c5aa0;
    border-radius: 8px;
}

.col {
    font-size: 12px;
    text-align: center;
    word-wrap: break-word;
    color: black;
    font-weight: bold;
    line-height: unset;
}

.table-header, .table-row {
    display: grid;
    grid-template-columns: 0.5fr 1.1fr 0.9fr 1fr 0.9fr 1.2fr 1.2fr 1fr;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.xMainBtn {
    background: #203f8e;
    color: #fff;
    padding: 0px 14px;
    border-radius: 20px;
}

.btnGroupX {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.asideHomeBox {
    background: #f8f9fa;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0;
    overflow: hidden;
}

.asideHomeHeading {
    background: linear-gradient(45deg, #2c5aa0, #1e3a8a);
    color: white;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.asideHomeScroll {
    min-height: 394px;
    max-height: 394px;
    overflow: auto;
    padding-right: 5px;
}

    .asideHomeScroll::-webkit-scrollbar {
        width: 4px;
    }

    .asideHomeScroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #2c5aa0;
        border-radius: 10px;
    }

    .asideHomeScroll::-webkit-scrollbar-thumb {
        background: #2c5aa0;
    }

        .asideHomeScroll::-webkit-scrollbar-thumb:hover {
        }

.asideItem {
    display: block;
    padding: 7px 15px;
    border-bottom: 1px dashed #cfcfcf;
}

.asideText1 {
    font-weight: bold;
    color: black;
    font-size: .9em;
    line-height: 21px;
}

    .asideText1 a {
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 60px;
    }

.lnktb {
    display: inline-block;
    padding: 0px 5px;
    background: #2c5aa0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    line-height: 22px;
    top: 4px;
}

.asideText2 {
    font-size: .85em;
    color: #959595;
    position: relative;
}

    .asideText2 i {
    }

.dang-hang {
    background: #4caf50;
    color: white;
}

#submitTicket i {
    margin-right: 3px;
}


#submitTicket:focus, #submitTicket:hover {
    color: white;
}

.xLog {
}

.xTransText {
    display: block;
    text-align: center;
    font-size: .85em;
}

.logMenuBtn {
    background: transparent none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 5px 40px 0 rgba(42, 111, 199, 0.2);
    display: inline-block;
    margin-top: 0;
    padding: 3px 10px !important;
    transition: all 0.3s ease 0s;
    border: 1px solid white;
    display: block;
    font-size: 14px;
    text-align: center;
}

    .logMenuBtn .xLog {
    }



/*Login*/
.auth-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px
}

.auth-left {
    background: linear-gradient(135deg,#2c5aa0 0%,#1e3a8a 100%);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden
}

    .auth-left::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
        animation: float 20s infinite linear
    }

@keyframes float {
    0% {
        transform: translateY(0) rotate(0)
    }

    100% {
        transform: translateY(-100px) rotate(360deg)
    }
}

.logo-section {
    position: relative;
    z-index: 2;
    margin-bottom: 0
}

.ship-icon {
    font-size: 60px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.2);
    padding: 20px;
    border-radius: 50%;
    display: inline-block
}

.logo-text {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px
}

.logo-subtitle {
    font-size: 16px;
    opacity: .9;
    margin-bottom: 30px
}

.features-list {
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 2
}

    .features-list li {
        margin: 15px 0;
        display: flex;
        align-items: center;
        gap: 15px
    }

    .features-list i {
        font-size: 20px;
        background: rgba(255,255,255,.2);
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

.auth-right {
    padding: 33px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.auth-tabs {
    display: flex;
    margin-bottom: 30px;
    background: #f8f9fa;
    border-radius: 25px;
    padding: 5px
}

.tab-btn {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: .3s;
    color: #666;
    outline: none;
}

    .tab-btn.active {
        background: #2c5aa0;
        color: #fff;
        box-shadow: 0 2px 10px rgba(44,90,160,.3)
    }

.auth-form {
    display: none
}

    .auth-form.active {
        display: block
    }

.form-title {
    font-size: 24px;
    font-weight: bold;
    color: #2c5aa0;
    margin-bottom: 20px;
    text-align: center
}

.form-group {
    margin-bottom: 5px;
    position: relative
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: black
}

.form-input {
    width: 100%;
    padding: 0px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 16px;
    transition: .3s;
    background: #f8f9fa
}

    .form-input:focus {
        outline: none;
        border-color: #2c5aa0;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(44,90,160,.1)
    }

    .form-input.error {
        border-color: #f44336;
        background: #fff5f5
    }

.error-message {
    color: #f44336;
    font-size: 14px;
    margin-top: 5px;
    display: none
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 18px
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px
}

    .remember-me input {
        width: 18px;
        height: 18px
    }

.forgot-password {
    color: #2c5aa0;
    text-decoration: none;
    font-weight: 500;
    text-align: right;
}

    .forgot-password:hover {
        text-decoration: underline
    }

.submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg,#2c5aa0,#1e3a8a);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px
}

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(44,90,160,.3)
    }

    .submit-btn:disabled {
        opacity: .6;
        cursor: not-allowed;
        transform: none
    }

.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
    color: #666
}

    .divider::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: #e1e5e9
    }

    .divider span {
        background: #fff;
        padding: 0 15px
    }

.social-login {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.social-btn {
    flex: 1;
    padding: 12px;
    border: 2px solid #e1e5e9;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500
}

    .social-btn:hover {
        border-color: #2c5aa0;
        background: #f8f9fa
    }

    .social-btn.google {
        color: #db4437
    }

    .social-btn.facebook {
        color: #4267B2
    }

.back-home {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,.2);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px
}

    .back-home:hover {
        background: rgba(255,255,255,.3);
        color: #fff
    }

.form-group .form-label {
    flex-direction: row;
    display: flex;
}

    .form-group .form-label .foreign-lang {
        margin-left: 5px;
        margin-top: 2px;
    }

table td, table th {
    vertical-align: middle !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    z-index: 10000;
    transform: translateX(100%);
    transition: transform .3s
}

    .notification.success {
        background: #4CAF50
    }

    .notification.error {
        background: #f44336
    }

    .notification.warning {
        background: #FF9800
    }

    .notification.info {
        background: #2196F3
    }

.u-chitiet .foreign-lang {
    display: inline-block
}

.u-chitiet .info-grid, .info-block {
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

    .info-grid strong, .info-block strong {
        display: block;
        color: #21418f;
    }

.page-title1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.back-home {
    position: absolute;
    top: 20px;
    z-index: 9999;
    left: 20px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
/*Login*/
.head2Trans {
    font-size: .95em;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}


.search-form .form-group .foreign-lang {
    color: #808080;
    margin-top: 0;
}

.asideHomeHeading .foreign-lang {
    color: white;
    margin-top: 0;
}

/*User*/
.user-name {
}

    .user-name span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.user-menu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: #4caf50;
}

    .user-info:hover {
        background: #4caf50;
    }

.user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

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

.user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-width: 285px;
    padding: 10px 0;
    display: none;
    z-index: 1001;
}

    .user-dropdown.active {
        display: block;
    }

.dropdown-item {
    display: block;
    padding: 12px 20px;
    color: black;
    text-decoration: none;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .dropdown-item:hover {
        background: #f8f9fa;
    }

    .dropdown-item.logout {
        color: #f44336;
        border-top: 1px solid #eee;
        margin-top: 5px;
    }

.menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    display: none;
}

.mobile-menu {
    display: none;
    background: #1e3a8a;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

    .mobile-menu.active {
        display: block;
    }

.mobile-nav-links {
    list-style: none;
    margin-bottom: 20px;
}

    .mobile-nav-links li {
        margin: 10px 0;
    }

    .mobile-nav-links a {
        color: white;
        text-decoration: none;
        font-weight: 500;
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

/* Dashboard Content */
.dashboard-container {
    display: flex;
    min-height: calc(100vh - 80px);
    margin-top: 20px;
}

/* Sidebar */
.sidebar {
    width: 280px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: fit-content;
    position: sticky;
    top: 100px;
    margin-right: 20px;
    overflow: hidden;
}

.sidebar-header {
    background: linear-gradient(135deg, #2c5aa0 0%, #1e3a8a 100%);
    color: white;
    padding: 25px 20px;
    text-align: center;
}

.sidebar-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.sidebar-user-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.sidebar-user-email {
    font-size: 14px;
    opacity: 0.8;
}

.sidebar-nav {
    padding: 0;
}

.user-info {
    color: white;
}

#userDropdown a:hover {
    color: black;
}

#userDropdown a span {
    font-size: .85em;
}

.errorMess {
    color: red;
}
/*User*/

.tab-btn .foreign-lang {
    color: black;
}

.tab-btn.active .foreign-lang {
    color: white;
}

.form-title .foreign-lang {
    font-size: .8em;
}

.logo-text .foreign-lang {
    font-size: .8em;
    color: white;
}

.logo-text .foreign-lang {
    font-size: .8em;
    color: white;
}

.logo-subtitle .foreign-lang {
    font-size: .8em;
    color: white;
}

#btnlogin {
    display: block;
    text-align: center;
}

    #btnlogin .foreign-lang {
        color: white;
    }

#btnregister {
    display: block;
    text-align: center;
    color: white;
}

    #btnregister .foreign-lang {
        color: white;
    }

.regisPhoneBox {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

    .regisPhoneBox .box1 { /* max-width: 90px; */
    }

        .regisPhoneBox .box1 select {
        }

    .regisPhoneBox .box2 {
        min-width: 50%;
    }

.auth-form.active {
}

.auth-form .form-title .foreign-lang {
    color: black;
    font-size: .75em;
}

.messageAddPro {
    color: blue;
}

.footer-info {
}

.main1 {
    padding-bottom: 40px;
}

.nav-item {
}

.sidebar .nav-item span {
    color: black;
}

.sidebar .nav-item .foreign-lang {
    font-weight: 400;
    margin-left: 0;
    color: gray;
}
/*
.form-grid .form-group {
    margin-bottom: 10px;
}*/
.tBold {
    font-weight: bold;
}

.btnSendComment {
    background: linear-gradient(45deg, #2c5aa0, #1e3a8a) !important;
    color: white;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    color: black;
}

.btnGroupX:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}


.pagination-wrap {
}

    .pagination-wrap a {
        display: inline-block;
        background: #fff;
        color: white;
        padding: 4px 10px;
        border-radius: 4px;
        min-width: 30px;
        text-align: center;
        border: 1px solid #21408e;
        color: #000;
    }

    .pagination-wrap b {
        display: inline-block;
        background: white;
        color: #21408e;
        padding: 4px 10px;
        border-radius: 4px;
        box-shadow: 0px 0px 5px #00000054;
        min-width: 30px;
        text-align: center;
    }


.search-btn {
    text-align: center;
}

.utilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.utilities-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: black;
}

    .utilities-title .foreign-lang {
        display: inline-block;
        color: black;
    }

.utility-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.utility-card h3 {
    margin-bottom: 0px;
    font-size: 12.5px;
    line-height: 1.3;
    /*    color: black;*/
    font-weight: bold;
}

    .utility-card h3 .foreign-lang {
        display: block;
        font-size: 0.85em;
        margin-top: 3px;
    }

.utility-card {
    background: white;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(0 0 0 / 20%);
}


.sec1 .regisPhoneBox .box1 select {
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    max-width: 117px;
}

.error-message {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.action-btn {
    cursor: pointer;
}

.success {
    color: blue;
    font-size: .85em;
}

.sec3 {
    margin-top: 50px;
    background: #f5f5f5;
}

.pagination-wrap {
    text-align: center
}

    .pagination-wrap .current {
        padding: 10px 10px;
        border: 1px solid #2c5aa0;
        margin-right: 5px;
        border-radius: 3px;
        color: #fff;
        background: #2c5aa0;
    }

    .pagination-wrap .next {
        color: #000;
    }

h1.card-title .foreign-lang {
    display: inline-block;
}

.tagg .foreign-lang {
    display: inline-block;
}

.tagg .tblist .foreign-lang {
    display: block;
}

.collh1 {
    width: 180px;
}

.collh {
    width: 200px;
}

main {
    padding: 30px 0;
}

.roadlink ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .roadlink ol li {
        display: inline-block;
    }

        .roadlink ol li * {
            padding: 0px 5px;
        }

.card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

.card-title {
    font-size: 23px;
    font-weight: bold;
    color: #1e3a8a;
    /*margin-bottom: 16px;*/
}

.tagg .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
    gap: 12px;
}

#pnNoLogin a {
    color: #2c5aa0;
    font-weight: bold
}

.tta {
    font-size: 16px;
}

.tagg .info-grid {
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.comment-box {
    margin-top: 24px;
}

.tagg .info-grid strong, .tagg .info-block strong {
    display: block;
    color: #21418f;
    font-size: 15px;
}

.comment {
    background: #f7f9fb;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
}

.comment-reply {
    margin-left: 25px;
    border-left: 3px solid #dbe3ed;
    padding-left: 12px;
}

.form-input, textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d7e2;
    border-radius: 8px;
    font-size: 15px;
    color: black;
}

    .form-group input::placeholder, textarea::placeholder {
        color: black;
    }

.form-group input, .form-group select, textarea {
    color: black;
    /*  font-weight:bold;*/
}

textarea {
    min-height: 90px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.btn-primary {
    background: #2c5aa0;
    color: white;
}

    .btn-primary:hover {
        background: #1e3a8a;
    }

.btn-link {
    background: none;
    color: #2c5aa0;
    text-decoration: none;
    padding: 0;
}

.status-approved {
    color: #0f9d58;
    font-weight: 600;
}

.status-pending {
    color: #fbbc05;
    font-weight: 600;
}

.status-rejected {
    color: #d93025;
    font-weight: 600;
}

.comment-meta {
    font-size: 13px;
    color: #5f6c7b;
    margin-bottom: 6px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.comment-actions {
    margin-top: 8px;
}

.tcate {
    min-height: 550px;
}

nav {
    float: left;
}

.headerLogin {
    float: right;
}

.asideInfo {
    display: flex;
    gap: 10px;
}

.asideThumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

.asideCover {
}

.asideThumb img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.bootstrap-select > .dropdown-toggle {
    padding: 0;
    font-weight: 400;
    color: black;
    box-shadow: none;
    background: transparent;
}

.boxSelectx .bootstrap-select {
    padding: 0px 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    max-width: 180px;
}

.boxPricex {
    display: flex;
    gap: 10px;
}

    .boxPricex #txtGiadexuat {
    }

    .boxPricex #ddlLoaiTien {
        max-width: 120px;
    }

.flagex {
}

    .flagex img {
        max-width: 20px;
    }

.utility-card .foreign-lang {
    font-size: 0.75em;
    color: #9d9d9d;
    margin-top: -4px;
}

.sec1 .form-group input, .sec1 .form-group select, .sec1 textarea {
    background: white;
}
/*//Res*/
@media (max-width:768px) {
    nav {
        float: none;
    }

    .headerLogin {
        float: none;
    }

    .navbar-collapse.in {
        overflow: inherit
    }

    .auth-container {
        grid-template-columns: 1fr;
        margin: 10px 0px;
        max-width: 500px
    }

    .search-form-title {
        color: #2c5aa0;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
        text-align: center;
    }

    .tcate {
        min-height: 550px;
    }

    .tagg .card {
        padding: 20px 10px !important;
    }

    .tagg .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 12px;
    }

    .sec3 {
        margin-top: 20px;
    }

    #ships2 {
        margin-top: 20px;
    }

    .utilities-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .card-title {
        flex-direction: column;
        font-size: 18px;
        padding-left: 10px;
    }

    .tagg .card-title {
        padding-left: 0px;
        text-align: center;
    }

    .section-header {
        padding-left: 10px
    }

    .ships-section, .cargo-section {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 20px 0px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        overflow-y: hidden;
        overflow-x: scroll;
        box-sizing: border-box;
        width: 100%;
    }

    .card {
        background: #fff !important;
        border-radius: 15px;
        padding: 25px 0px !important;
        margin-bottom: 25px;
        border: 1px solid #fff !important;
    }

    .page-title .foreign-lang {
        font-size: 18px
    }

    .form-group .form-label {
        flex-direction: column !important;
        margin-left: 5px;
        margin-top: 2px;
    }

    .page-title {
        flex-direction: column !important;
        font-size: 23px !important;
    }

    .auth-left {
        padding: 30px 20px;
        min-height: 300px
    }

    .auth-right {
        padding: 30px 20px
    }

    .ship-icon {
        font-size: 40px;
        padding: 15px
    }

    .logo-text {
        font-size: 24px
    }

    .features-list {
        display: none
    }
}

@media (max-width:414px) {
    .utilities-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .asideHomeScroll {
        max-height: 300px;
        min-height: auto;
        overflow: auto;
        padding-right: 5px;
    }

    .btndang {
        margin-left: 30px;
    }
}


.partner-home img {
    width: 100%;
}
