/* Overwrite css */

/* About us */
.about-title {
    font-size: 32px;
    color: #fff;
}
.about-sub-title {
    font-size: 24px;
}
.p-margin-0 p {
    margin-bottom: 0;
}
.margin-b-30 {
    margin-bottom: 30px;
}
.driver-125 {
    height: 125px;
}
.align-center {
    text-align: center;
}
/* Tabs wrapper */
.custom-tabs {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 60px;
    border-bottom: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.custom-tabs li {
    flex: 1; /* chia đều mỗi tab */
    list-style: none;
}

/* Base tab */
.custom-tab {
    width: 100%;
    background-color: #ffffff;
    color: #1a4c9a;
    font-weight: 600;
    border: none;
    padding: 12px 0;
    clip-path: polygon(25px 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
    transition: all 0.3s ease;
    z-index: 1;
    line-height: 1.2;
}
.custom-tab.custom-tab-mobile {
    clip-path: polygon(0 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
}

/* Tab đầu — không xiên trái */
.custom-tabs li:first-child .custom-tab {
    clip-path: polygon(0 0, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
}

/* Tab cuối — không xiên phải */
.custom-tabs li:last-child .custom-tab {
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Active */
.custom-tab.active,
.custom-tab.show {
    background-color: #00A6FF !important;
    color: #fff !important;
    z-index: 2;
    text-align: center;
}

/* Hover */
.custom-tab:hover:not(.active) {
    background-color: #e9f5ff;
}

/* Description */
.custom-description {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
}

/* Content */
.tab-content {
    color: #fff;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
}

section.about-group .swiper-button--next {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.about-group .swiper-button--prev {
    left: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.our-values .swiper-button,
section.about-group .swiper-button {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    cursor: pointer;
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
}
section.about-group .swiper-pagination {
    margin-top: 3rem;
    position: relative;
}
section.about-group .swiper-pagination .swiper-pagination-bullet {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-in-outt; 
    transition: all .2s  ease-in-out;
}
.our-values .swiper-pagination .swiper-pagination-bullet-active,
section.about-group .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
section.about-group .about-group-swiper {
    position: relative;
    /* padding: 0 40px; */
}
section.about-group {
    background-color: #11223e;
}
section.about-group .swiper-pagination-bullet {
    background-color: #4F4F4F;
    opacity: 1;
}
section.about-group .about-group-content {
    color: #fff;
    text-align: justify;
    line-height: normal;
}
section.about-group .about-group-content .content-title {
    color: #ff9e00;
    font-size: 40px;
    font-weight: bold;
}
.padding-0-40 {
    padding: 0 40px;
}
.padding-t-15 {
    padding-top: 15px;
}
.padding-t-35 {
    padding-top: 35px;
}
.line-height-n {
    line-height: normal;
}
.visible-on-mobile {
    display: none;
}
.background-center {
    background-size: cover;
    background-position: center center;
}
.custom-tab.custom-tab-mobile.active::first-letter {
    color: #bb2c34;
}

@media (max-width: 991px) {
    .mb-padding-top-40 {
        padding-top: 40px;
    }
    .driver-125 {
        height: 60px;
    }
    .hide-on-mobile {
        display: none;
    }
    .visible-on-mobile {
        display: block;
    }
}


@media (min-width: 992px) {
    nav #about-collapse {
        display: none;
    }
}
nav #about:hover .sub-menu {
    color: #11223e;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}
nav #about {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}
nav #about .sub-menu {
    min-width: 150px;
}
nav #about:hover .sub-menu-item {
    color: #11223e;
}
nav #about:hover .sub-menu-item:hover {
    color: #2ca5dc;
}
html {
    scroll-behavior: smooth;
}