/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/

.box-suggest input, .box-suggest .input-group>.input-group-append>.btn {
    height: 55px;
}

.article-item>a:hover {
    color: var(--color-hightlight) !important;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.icon-section {
    position: absolute;
    right: 1px;
    top: -1rem;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
}

.icon-section img, .icon-section-tab img {
    width: 5.2rem;
    height: 5.2rem;
    object-fit: contain;
}

.home-ss4 {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
}

.home-ss4 .title-phone-contact {
    color: white;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.2rem;
}

.btn-ss4 {
    background: rgb(255 255 255 / 60%);
    font-size: calc(2rem + .8vw);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 1rem;
    display: inline-block;
    color: #0d5dd6;
}

.btn-ss4:hover {
    background: var(--color-highlight);
    color: white;
}

.title-page {
    font-size: 2.5rem;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-address {
    color: #002152;
    font-size: 2.4rem;
    font-weight: 700;
}

.entire-info-website address {
    margin-bottom: 2.5rem;
}

.entire-info-website .block-tab.nav .nav-link.active {
    background: white;
    font-weight: bold;
    color: #002152;
}

.entire-info-website .block-tab.nav .nav-item {
    margin-right: 0;
}

.entire-info-website .block-tab.nav .nav-link {
    border-radius: 0;
    padding: .8rem 3rem;
    text-transform: capitalize !important;
    position: relative;
    color: #707070;
    font-weight: 400;
    padding: 1rem;
    background: #f0f0f0;
}

.entire-info-website .tab-content {
    color: #002152;
    padding: 2.5rem 1.5rem;
    border-radius: 0 0 .8rem .8rem;
    box-shadow: 2px 7px 9px 0px rgb(0 0 0 / 16%);
}

.entire-info-website address p i {
    font-size: 17px;
    width: 30px;
    aspect-ratio: 1/1;
    color: #002152;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .8rem;
}

.entire-info-website address p:nth-child(n+2) i {
    background: #002152;
    color: white;
    border-radius: 100%;
}

.entire-info-website address p a {
    color: #000;
    display: inline-block;
    margin-left: 5px;
}

.box-app {
    display: flex;
    align-items: center;
}

.app-mobile {
    align-items: center;
    justify-content: space-between;
}

.app-mobile>div[class*=col-] {
    justify-content: flex-end;
}

.app-mobile p {
    color: #002152;
    font-size: 1.6rem;
}

.app-mobile a {
    color: #002152;
    font-size: 1.6rem;
}

.footer-contact-info {
    padding: 5rem 0;
}
.footer-menu-section a {
    color: #002152;
}

.certificate-image {
    background: #F6F6F6;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

.certificate-image img {
    height: 3.5rem;
    max-width: 15rem;
}
.footer-menu {
    padding: 5rem 0;
}
.footer-menu-section ul.social {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-section ul.social li {
    flex: 0 0 20%;
    max-width: 20%;
}
.title-tag {
    font-size: 2rem;
    color: white;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-menu-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-tag-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-tag-section ul li {
    margin-bottom: .8rem;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.article-detail {
    font-size: 16px;
    border-radius: 8px;
}

.warp-search {
    padding: 100px 0 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.warp-search form.box-suggest {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.warp-search form.box-suggest .input-group input {
    border-radius: 50px !important;
    padding-left: 60px;
    font-size: 16px;
}

.warp-search form.box-suggest .input-group .btn.btn-submit {
    background: none;
    border: 0;
    position: absolute;
    left: 8px;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
}

.box-highlight {
    display: block;
    color: #212121;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    padding: 24px 32px;
    height: 100%;
}

.box-highlight .icon {
    text-align: center;
}

.box-highlight .icon img {
    text-align: center;
    height: 80px;
    width: 80px;
}

.box-highlight .icon {
    margin-bottom: 20px;
}

.box-highlight .title-section {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.box-highlight .warp-content .item {
    margin-bottom: 15px;
}

.box-highlight .warp-content .item a {
    display: flex;
    align-items: center;
    color: #000;
}

.box-highlight .warp-content .item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.box-highlight .warp-content .item:last-child {
    margin-bottom: 0;
}

.box-section-02 {
    margin-top: -50px;
    padding-bottom: 70px;
}

.title-tab .title-section {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.title-tab ul.block-tab {
    justify-content: center;
}

.title-tab ul.block-tab li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.title-tab ul.block-tab li.nav-item .nav-link {
    padding: 1rem 1.5rem;
    background: #c4e3ff;
    border-radius: 30px;
}

.tab-content .article-item-tab {
    display: block;
    border-radius: 8px;
    color: #212121;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 25px;
}

.tab-content .article-item-tab .inner-image {
    text-align: center;
    margin-bottom: 15px;
}

.tab-content .article-item-tab .inner-image .img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.tab-content .article-item-tab .inner-content {
    text-align: center;
}

.tab-content .article-item-tab .inner-content .article-title {
    margin-bottom: 0 !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.title-tab {
    margin-bottom: 30px;
}

.tab-content > .tab-pane>.row>div {
    margin-bottom: 30px;
}

.box-article-video .title-section {
    color: #000;
    text-align: center;
}

.box-article-video .title-section {
    color: #000;
    text-align: center;
}

.box-article-video .article-item {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #4263f0;
}

.box-article-video .article-item .inner-name {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.box-article-video .article-left {
    margin-bottom: 30px;
}

.box-article-video .inner-image .img:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    z-index: 5;
    top: 0;
}

.box-article-video .inner-image .img {
    position: relative;
}

.box-article-video .list-article>.row>div {
    margin-bottom: 30px;
}

.box-article-video .article-left .article-item .img {
    padding-top: 66%;
}

.box-contact-footer {
    padding: 100px 0;
    background-size: cover !important;
}

.box-contact-footer .warp-content>.row>div {
    flex: 0 0 20%;
    max-width: 20%;
}

.box-contact-footer .warp-content .item .icon img {
    width: 50px;
    height: 50px;
}

.box-contact-footer .warp-content .item {
    text-align: center;
}

.box-contact-footer .warp-content .item .icon {
    margin-bottom: 20px;
}

.box-contact-footer .warp-content .item span {
    color: #fff;
    font-size: 20px;
}

.box-contact-footer .title-section {
    margin-bottom: 50px;
}

.box-article-video {
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-article-video  .article-item .img span.icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 7;
    color: #fff;
    font-size: 32px;
    transform: translate(-50%, -50%);
}


.title-tab ul.block-tab li.nav-item .nav-link.active {
    background: #3B70FA;
    color: #fff;
}
@media (min-width:1200px){
    .title-tab ul.block-tab li.nav-item .nav-link {
        min-width: 200px;
        text-align: center;
    }
}
@media (max-width:576px){
    .box-section-02 {
        padding-bottom: 15px;
    }
    
    .box-section-02>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .warp-search {
        padding: 50px 0 100px;
    }
    
    .title-section {
        font-size: 26px;
    }
    
    .title-tab ul.block-tab li.nav-item .nav-link {
        padding: 0.5rem 1rem;
        font-size: 14px;
    }
    
    .title-tab ul.block-tab li.nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .title-tab ul.block-tab {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .tab-content > .tab-pane>.row>div {
        margin-bottom: 10px;
    }
    
    .tab-content .article-item-tab {
        padding: 25px 10px;
    }
    
    .box-article-video {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .box-article-video .list-article>.row>div {
        margin-bottom: 10px;
    }
    
    .box-article-video .article-left {
        margin-bottom: 10px;
    }
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    
    .box-contact-footer .warp-content>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px;
    }
    
    .box-contact-footer {
        padding: 40px 0 25px;
    }
    
    .box-contact-footer .title-section {
        margin-bottom: 30px;
    }
    
    .box-contact-footer .warp-content .item span {
        font-size: 18px;
    }
    
    .box-contact-footer .warp-content .item .icon img {
        width: 40px;
        height: 40px;
    }
    .box-article-video  .article-item .img span.icon-video {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 7;
        color: #fff;
        font-size: 32px;
        transform: translate(-50%, -50%);
    }

}
.bg-brc {
    background: #f2f3f8;
}
.bg-light {
    background-color: #f2f3f8 !important;
}
.article-item.article-item-page {
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.article-item.article-item-page .inner-image {
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
}

.article-item.article-item-page .inner-content {
    text-align: center;
}

.article-item.article-item-page .inner-content .article-title {
    font-weight: 700;
}


/* FAQ Section Styles */
.section-home-faq {padding-bottom: 60px;}

.section-home-faq .faq-left {
    padding-right: 40px;
}

.section-home-faq .title-section {
    font-size: 48px;
    font-weight: 700;
    color: #0C2A4A;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-home-faq .title-section .slogan {
    margin-left: 0;
}

.section-home-faq .dsc-section {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    max-width: 100%;
}

.section-home-faq .section-faq-project {
    padding-left: 20px;
}

.section-home-faq #accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.section-home-faq .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #6E6E6E;
    background: #F5F5F5;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    position: relative;
    width: 100%;
}

.section-home-faq .item-title-process.collapsed {
    background: #F5F5F5;
    color: #6E6E6E;
}

.section-home-faq .item-title-process:not(.collapsed) {
    background: #F5F8FF;
}

.section-home-faq .item-title-process:not(.collapsed) span:first-child {
    background: linear-gradient(90deg, #6C54FF 0%, #0972CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: 700;
}

.section-home-faq .item-title-process span:first-child {
    flex: 1;
    text-align: left;
    padding-right: 15px;
}

.section-home-faq .item-title-process .show-dsc,
.section-home-faq .item-title-process .hidden-dsc {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.section-home-faq .item-title-process .show-dsc {
    display: none;
}

.section-home-faq .item-title-process .hidden-dsc {
    display: flex;
}

.section-home-faq .item-title-process:not(.collapsed) .show-dsc {
    display: flex;
}

.section-home-faq .item-title-process:not(.collapsed) .hidden-dsc {
    display: none;
}

.section-home-faq .item-title-process .show-dsc svg,
.section-home-faq .item-title-process .hidden-dsc svg {
    width: 24px;
    height: 24px;
}

.section-home-faq .item-title-process:not(.collapsed) .show-dsc svg path {
    stroke: #0C2A4A;
}

.section-home-faq .collapse {
    background: #E8F0FE;
    border-radius: 0;
}

.section-home-faq .collapse.show {
    display: block;
}

.section-home-faq .description-process {
    padding: 0 24px 24px 24px;
    background: #F5F8FF;
}

.section-home-faq .description-process .dsc {
    font-size: 16px;
    color: #0C2A4A;
    line-height: 1.6;
    padding-top: 0;
}

/* Card styling */
.section-home-faq .card {
    border: none;
    background: transparent;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

/* Style for expanded items */
.section-home-faq .card .collapse.show {
    background: #E8F0FE;
}

.section-home-faq .card .item-title-process:not(.collapsed) {
    background: #F5F8FF;
}

/* Group collapsed items with border - wrap all items in bordered container */
.section-home-faq #accordion {
    padding: 0;
    overflow: hidden;
}

/* Expanded items break out of the border */
.section-home-faq .card:has(.collapse.show) {
    background: transparent;
}

.section-home-faq .card:has(.collapse.show) .item-title-process {
    background: #F5F8FF;
}

.section-home-faq .card:has(.collapse.show) .collapse.show {
    background: #E8F0FE;
}


/* Fallback for browsers without :has() support */
@supports not selector(:has(*)) {
    .section-home-faq #accordion {
        border: 1px solid #E0E7FF;
        border-radius: 8px;
        padding: 0;
        background: #F5F5F5;
    }

    .section-home-faq .card .collapse.show {
        background: #E8F0FE;
    }

    .section-home-faq .card .item-title-process:not(.collapsed) {
        background: #E8F0FE;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .section-home-faq .faq-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .section-home-faq .section-faq-project {
        padding-left: 0;
    }

    .section-home-faq .title-section {
        font-size: 36px;
    }
}