.about-innerbanner {
    background: #0d2b57 !important;
    background-image: none !important;
    min-height: 170px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.about-innerbanner .tg-parallaximg {
    display: none !important;
    background: none !important;
    background-image: none !important;
}
.parallax-mirror {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.about-innerbanner .tg-pagetitle h1 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.4px;
}
.about-innerbanner .tg-breadcrumb,
.about-innerbanner .tg-breadcrumb li,
.about-innerbanner .tg-breadcrumb a {
    color: rgba(255,255,255,0.8);
}
.about-page-content {
    padding: 40px 0 20px;
    background: #f4f6fa;
}
.about-content-card,
.about-sidebar-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8edf4;
}
.about-content-card {
    padding: 40px 36px;
    margin-bottom: 30px;
    overflow: hidden;
}
.about-content-card .row {
    margin-left: -12px;
    margin-right: -12px;
}
.about-content-card .about-copy,
.about-content-card .about-photo-col {
    padding-left: 12px;
    padding-right: 12px;
}
.about-content-card .tg-sectionhead {
    float: none;
    width: 100%;
    margin: 0 0 28px;
    overflow: hidden;
}
.about-content-card .tg-sectiontitle {
    padding: 0 0 14px;
    margin: 0 0 20px;
    border-bottom: none;
    position: relative;
}
.about-content-card .tg-sectiontitle:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 12px;
    background: #f2c300;
}
.about-content-card .tg-sectiontitle h3 {
    margin: 0;
    color: #0d2b57;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}
.about-content-card .tg-description {
    padding: 0;
}
.about-content-card .tg-description p {
    color: #4a5563;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 16px;
    text-align: justify;
}
.about-photo {
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #eef2f7;
    position: relative;
}
.about-photo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(to top, rgba(13,43,87,0.28), transparent);
    pointer-events: none;
}
.about-photo img {
    width: 100%;
    height: 360px !important;
    object-fit: cover;
    object-position: center;
    display: block;
}
.about-mission-banner {
    margin: 8px 0 0;
    overflow: visible;
    border-radius: 12px;
    background: #0d2b57;
}
.about-mission-banner img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    border-radius: 12px;
}
.about-brands {
    background: #0d2b57 !important;
    background-image: none !important;
    padding: 28px 0 22px;
}
.about-brands .tg-sectionhead {
    padding: 0;
    margin: 0 0 8px;
}
.about-brands .tg-sectiontitle {
    padding: 0;
    margin: 0;
}
.about-brands .tg-sectiontitle h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}
.about-brands .tg-brand {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
.about-brands .tg-teamslider .owl-item {
    padding: 0 10px 6px;
}
.about-brands .owl-theme .owl-controls {
    padding: 6px 0 0;
}
.about-sidebar-card {
    padding: 0;
    overflow: hidden;
}
.about-sidebar-card .tg-main-section {
    padding: 0;
    margin: 0;
}
.about-sidebar-card .tg-accordion {
    margin: 0;
}
.about-sidebar-card .tg-panel {
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #e8edf4;
}
.about-sidebar-card .tg-panel:last-child {
    border-bottom: none;
}
.about-sidebar-card .tg-panel h4 {
    margin: 0;
    padding: 16px 20px;
    background: #0d2b57;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.about-sidebar-card .tg-panelcontent {
    padding: 8px 8px 10px;
    background: #fff;
    display: block !important;
}
.about-sidebar-card .mbs a,
.about-sidebar-card .mbs a:hover {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #243652;
    padding: 10px 12px 10px 28px;
    margin: 0;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.about-sidebar-card .mbs a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    border-radius: 50%;
    background: #0d2b57;
    transition: background 0.2s ease;
}
.about-sidebar-card .mbs a.online,
.about-sidebar-card .mbs a:hover {
    background: #fff8dc;
    color: #0d2b57;
    padding-left: 28px;
}
.about-sidebar-card .mbs a.online::before,
.about-sidebar-card .mbs a:hover::before {
    background: #c9a000;
}
.about-sidebar-card .mbs hr {
    display: none;
}
.about-ethics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -6px;
    clear: both;
}
.about-ethics .tg-panel {
    width: 50%;
    padding: 0 6px;
    margin: 0 0 12px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}
.about-ethics .tg-panel h4 {
    margin: 0;
    padding: 14px 36px 14px 16px;
    background: #0d2b57;
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    min-height: 52px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}
.about-ethics .tg-panel h4:before {
    top: 50%;
    right: 14px;
    left: auto;
    line-height: 1;
    margin-top: -8px;
    font-size: 16px;
}
.about-ethics .tg-panel h4.active:before {
    content: "\f106";
}
.about-ethics .tg-panel h4:after {
    display: none;
}
.about-ethics .tg-panel h4.active {
    border-radius: 10px 10px 0 0;
}
.about-ethics .tg-panelcontent {
    display: none;
    padding: 14px 16px;
    color: #4a5563;
    line-height: 1.8;
    background: #fff;
    border: 1px solid #e8edf4;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.about-history {
    position: relative;
    clear: both;
    margin: 12px -8px 0;
    padding: 0;
    overflow: hidden;
}
.about-history:before {
    display: none;
}
.about-history-item {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 16px;
    box-sizing: border-box;
}
.about-history-item:last-child {
    margin-bottom: 16px;
}
.about-history-item:before {
    display: none;
}
.about-history-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-top: 4px solid #f2c300;
    border-radius: 0 0 12px 12px;
    padding: 14px 16px 12px;
    min-height: 100%;
}
.about-history-head {
    display: table;
    width: 100%;
    margin: 0 0 8px;
}
.about-history-year {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    background: #0d2b57;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 6px;
}
.about-history-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    color: #0d2b57;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.about-history-title:empty {
    display: none;
}
.about-history-card p {
    color: #4a5563;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    text-align: left;
}
@media (max-width: 991px) {
    .about-history-item {
        width: 50%;
    }
    .about-history-title {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .about-history {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }
    .about-history-item {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 12px;
    }
    .about-history-head,
    .about-history-year,
    .about-history-title {
        display: block;
        width: auto;
    }
    .about-history-year {
        margin-bottom: 8px;
    }
    .about-history-title {
        padding-left: 0;
    }
    .about-history-card {
        padding: 14px;
    }
}
.about-hr-intro {
    color: #4a5563;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 24px;
}
.about-hr-points {
    overflow: hidden;
    margin: 0 -8px 28px;
}
.about-hr-point {
    float: left;
    width: 33.333%;
    padding: 0 8px;
    box-sizing: border-box;
    text-align: left;
    margin: 0 0 8px;
}
.about-hr-point-inner {
    background: #f7f9fc;
    border: 1px solid #e8edf4;
    border-radius: 12px;
    padding: 18px 16px 16px;
    min-height: 148px;
}
.about-hr-point .about-hr-icon {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #0d2b57;
    color: #f2c300;
    border-radius: 10px;
    font-size: 18px;
    margin: 0 0 12px;
}
.about-hr-point strong {
    display: block;
    color: #0d2b57;
    font-size: 15px;
    margin: 0 0 6px;
}
.about-hr-point p {
    color: #5b6777;
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}
.about-hr-form {
    background: #f7f9fc;
    border: 1px solid #e8edf4;
    border-radius: 12px;
    padding: 22px 22px 8px;
}
.about-hr-formhead {
    color: #0d2b57;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
    padding: 0 0 12px;
    border-bottom: 2px solid #f2c300;
}
.about-form .form-group {
    margin-bottom: 16px;
}
.about-form label {
    display: block;
    color: #0d2b57;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 6px;
}
.about-form .form-control,
.about-form textarea {
    width: 100%;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    padding: 12px 14px;
    min-height: 46px;
    background: #fff;
    color: #243652;
    box-shadow: none;
}
.about-form .form-control:focus,
.about-form textarea:focus {
    border-color: #0d2b57;
    outline: none;
}
.about-form textarea {
    min-height: 140px;
    resize: vertical;
}
.about-hr-file {
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px dashed #c5d0e0;
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
    margin: 0;
}
.about-hr-file input {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.about-hr-file i {
    display: block;
    color: #0d2b57;
    font-size: 28px;
    margin: 0 0 8px;
}
.about-hr-file strong {
    display: block;
    color: #0d2b57;
    font-size: 14px;
    margin: 0 0 4px;
}
.about-hr-file span {
    display: block;
    color: #7a8799;
    font-size: 12px;
    font-weight: 400;
}
.about-hr-file:hover {
    border-color: #0d2b57;
    background: #fffdf3;
}
.about-hr-submit {
    text-align: left;
    padding-top: 4px;
}
.about-form .tg-btn {
    background: #0d2b57;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 36px;
    min-width: 160px;
}
.about-form .tg-btn:hover {
    background: #163a6e;
    color: #fff;
}
.formFooter {
    display: none !important;
}
@media (max-width: 991px) {
    .about-content-card {
        padding: 28px 22px;
    }
    .about-photo {
        margin-top: 22px;
    }
    .about-photo img {
        height: 280px !important;
    }
    .about-hr-point {
        width: 100%;
        margin-bottom: 16px;
    }
    .about-hr-point-inner {
        min-height: 0;
    }
    .about-hr-form {
        padding: 18px 14px 6px;
    }
}
@media (max-width: 767px) {
    .about-page-content {
        padding-top: 20px;
    }
    .about-content-card {
        padding: 22px 16px;
    }
    .about-content-card .tg-sectiontitle h3 {
        font-size: 24px;
    }
    .about-photo img {
        height: 230px !important;
    }
    .about-sidebar-card {
        margin-bottom: 24px;
    }
    .about-hr-intro {
        font-size: 15px;
    }
    .about-form .tg-btn {
        width: 100%;
    }
    .about-ethics .tg-panel {
        width: 100%;
    }
}
