/*Style Base*/
.color-white {
    color: #FFFFFF;
}

.color-red {
    color: #CE2424 !important;
}

.bg-white {
    background: #FFFFFF;
}

.label-head {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

    .label-head img {
        height: 15px;
    }

    .label-head span {
        margin-left: 15px;
        font-size: 20px;
        font-weight: 600;
    }

.wrap-img img {
    width: 100%;
    height: 100%;
}

.hr-dotted {
    margin: 20px 0px;
    border-bottom: 1px dotted #ddd;
}

.border-l {
    border-left: 1px dotted #ddd;
}

.w-full {
    width: 100%;
}

.pt-0{
    padding-top: 0 !important;
}

.wrap-emc {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: end;
    gap: 10px;
}

    .wrap-emc img {
        height: 40px;
        max-width: 40%
    }

.footer .head {
    font-size: 15px;
    color: #FFF;
    margin-bottom: 10px;
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Merriweather';
    line-height: 150%;
}

    .footer .head::after {
        width: 45px;
    }

.footer {
    background: url("/Portals/0/Images/bg-footer.png");
    background-size: cover;
}

    .footer ul {
        margin-left: unset;
    }

        .footer ul li {
            font-size: 14px;
            list-style-type: none;
            color: #FFF;
        }

.footer-info {
    border-bottom: 1px dotted gray;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-info .contact-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
    }

        .footer-info .contact-info svg {
            width: 20px !important;
            height: 20px;
        }

        .footer-info .contact-info p {
            width: 95%;
            margin-left: 10px;
        }

    .footer-info h5 {
        font-weight: 400;
        font-family: Merriweather;
        font-size: 20px;
        color: #FFF;
        margin: 10px 0px;
        line-height: 150%
    }

    .footer-info p {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #FFF;
        margin-bottom: 0px;
    }

        .footer-info p b {
            font-weight: 800
        }

    .footer-info .email-form {
        margin-top: 20px;
        position: relative;
    }

        .footer-info .email-form input {
            font-size: 12px;
            line-height: 100%;
            font-family: Merriweather;
            width: 100%;
            height: 40px;
            padding: 10px 45px 10px 20px;
            border: 0.5px solid rgba(221, 221, 221, 1);
            border-radius: 7px;
            background: white;
            color: rgba(0, 84, 166, 1);
            outline: none;
        }

        .footer-info .email-form button {
            position: absolute;
            right: 10px;
            top: 0;
            padding: 10px;
            background-color: transparent;
            border: none;
        }

.footer-list {
    /*background: #053464;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-list .wrap h4 {
        font-size: 0.7rem;
        color: #9eeaf9;
    }

    .footer-list ul {
        margin: unset;
    }

        .footer-list ul, .footer-list ul li {
            list-style: none
        }

    .footer-list .wrap a {
        font-size: 12px;
        color: #ddd;
    }

.footer .head::after {
    position: absolute;
    height: 2px;
    width: 70px;
    background: #FFB700;
    top: 100%;
    content: '';
    left: 0;
}

.ml-0 {
    margin-left: 0;
}

.footer .grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.container2 {
    width: 100%;
    margin: 0 auto;
}

/* Very important for smooth transitions */
.swiper-wrapper {
    transition-timing-function: linear !important;
}

.u-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.c-carousel__wrapper.swiper {
    margin: 0;
    position: static;
    width: 100%;
    height: 100%;
}

.c-carousel__inner-wrapper.swiper-wrapper {
    display: flex;
    flex-direction: column; /* Important: for vertical layout */
    align-items: center;
}

.c-carousel img {
    margin: 0 auto;
    height: 60px;
    object-fit: contain;
}

.swiper .swiper-slide.c-carousel__item {
    color: black;
    height: fit-content; /* Automatically fit content inside */
    padding: 12px;
}

    .swiper .swiper-slide.c-carousel__item.not-fit {
        height: 100%; /* Automatically fit content inside */
        padding: unset;
    }

.sticky {
    position: sticky !important;
    top: 0;
    z-index: 10;
}
.new-grid-trangchu .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.new-grid-trangchu .grid > .item {
    border: 0.5px dashed #DDDDDD;
}
.new-grid-trangchu .child {
    margin: -1px;
}

.new-grid-trangchu .parent {
    overflow: hidden; /* Hide outer half-borders */
}

ul.dropdown-menu > li {
    list-style: none;
}
.menu-mobile-language{
    display: none;
}

.img-icon-size {
    width: 32px;
    height: 32px;
}

.img-preview-size {
    width: 80px;
    height: 80px;
}

.no-vertical-resize{
    resize: horizontal;
}

.no-horizontal-resize {
    resize: vertical;
}

.mb-12{
    margin-bottom: 12px;
}
.du-an-index{
    margin: 0;
}

.form-du-an {
    position: relative;
    margin-bottom: 12px;
}

.no-resize {
    resize: none;
}

.mr-8{
    margin-right: 8px;
}

.quyet-dinh-contain {
    background: var(--bs-warning-border-subtle);
    padding: 12px;
    border-radius: 12px;
}

.quyet-dinh-title {
    font-size: 16px;
    font-weight: 600;
}

.btn-quyet-dinh {
    color: black;
    background: var(--bs-warning);
    border-color: var(--bs-warning);
}

.border-less{
    border: none !important;
}

/*Enterprise*/
.enterprise-detail .enterprise-header-frame h1 {
    padding: 0px;
    margin: 15px 0px;
    color: var(--bs-pure-black);
    font-family: var(--bs-font-inter);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    white-space: pre-line;
}

.enterprise-header-frame {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .enterprise-header-frame img {
        width: 100%;
        height: 150px;
        min-width: 150px;
        object-fit: fill;
        border-radius: 10px;
    }

.enterprise-detail > .table-enterprise table td * {
    font-family: var(--bs-font-inter);
    color: unset;
    font-size: 14px;
}

.enterprise-detail > .table-enterprise table td > p {
    font-weight: unset;
    line-height: unset;
    margin: unset;
}

/*Enteprirse*/


/*DuAnKeuGoiDauTu*/
.du-an-keu-goi-dau-tu{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.du-an-keu-goi-dau-tu > .du-an-keu-dau-tu-detail{
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid var(--bs-gray-400);
}
.du-an-keu-dau-tu-total{
    display: flex;
    gap: 10px;
    color: var(--bs-gray-900);
}
.du-an-keu-dau-tu-total .du-an-total {
    flex: 1;
}
.du-an-keu-dau-tu-total .du-an-icon {
    width: 40px;
    background: #DAE3FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 4px;
}
.du-an-keu-goi-dau-tu .du-an-title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    font-family: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif;
}
.du-an-keu-goi-dau-tu .du-an-caption {
    font-size: 10px;
    text-align: center;
}
.du-an-keu-goi-dau-tu .du-an-tiepnhan {
    color: #088F35;
}
.du-an-keu-goi-dau-tu .du-an-ngungtiepnhan {
    color: #F10808;
}
.du-an-keu-dau-tu-detail {
    display: flex;
    gap: 10px;
}
.du-an-dau-tu-heading {
    font-size: 14px;
    font-family: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}
/*DuAnKeuGoiDauTu*/

/* detail multiple file list */
.detail-multiple-file-list li,
.detail-multiple-file-list li > a {
    color: var(--bs-gray-800);
    font-weight: 500;
}

.detail-multiple-file-list li > a > img {
    width: 20px;
    margin-right: 12px;
}

.detail-multiple-file-list ol{
    margin-left: 20px !important;
}
/* detail multiple file list */
/*Sortable*/
.dragged {
    background-color: #f0f8ff; /* Light blue highlight */
    border: 2px dashed #0078d7;
    opacity: 0.8;
}
/*Sortable*/

.justify-content-center{
    justify-content: center;
}

/* đơn vị sự nghiệp ở trang chủ */
.duan-home-container.section-container,
.dvsn-home-container.section-container {
    padding: 20px;
}

.dvsn-home-frame {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.item-dvsn-home {
    display: flex;
    gap: 12px;
    height: 100%;
}

    .item-dvsn-home .image-frame {
        min-width: 40%;
        width: 40%;
        position: relative;
    }

        .item-dvsn-home .image-frame > img {
            border: 1px solid #dddddd;
            border-radius: 0.5rem;
            width: 100%;
            min-height: 180px;
            object-fit: cover;
            height: 100%;
        }
        .item-dvsn-home .image-frame .image-logo 
        {
            padding: 5px;
            background: white;
            border-radius: 5px;
            position: absolute;
            height: 30px;
            width: 60px;
            top: 12px;
            right: 12px;
            box-sizing: content-box;
        }
        .item-dvsn-home .image-frame .image-logo img {
            height: 100%;
            width: 100%;
            object-fit: scale-down;
        }

        .item-dvsn-home .content-frame .d-flex {
            align-items: center;
            margin-bottom: 10px;
            gap: 10px;
        }

    .item-dvsn-home .content-frame {
        width: 100%;
    }

.dvsn-home-container .card {
    margin: 0;
}
/* Đơn vị sự nghiệp ở trang chủ */

/* Top banner */
.custom-top-banner {
    background: rgba(13, 15, 65, 1);
    border-bottom: 1px solid rgba(49, 52, 127, 1);
    padding: 8px 16px;
}

.custom-top-banner .item-container {
    display: flex;
    gap: 15px;
    align-items: center;
}
.custom-top-banner .item-container .item {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.custom-top-banner .item-container > a {
    color: white;
}

.custom-top-banner .item-container span {
    color: rgba(139, 137, 137, 1);
}

/* hotline frame */
.hotline-frame .header {
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    text-align: center;
}
.hotline-frame > .content {
    padding: 24px;
}
.hotline-frame .panel-heading {
    text-transform: uppercase;
    font-weight: 700;
}
.hotline-frame .panel-body > div{
    margin-bottom: 10px;
}
.hotline-frame .panel-body > div b {
    font-size: 16px;
}
.hotline-frame .content > div.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item-setting{
    position: relative;
    padding-top: 20px;
}
.item-setting .remove-btn {
    position: absolute;
    top: -10px;
    right: -10px;
}
/* hotline frame */
/* Top banner */
@media only screen and (min-width:1281px) {
    .container2 {
        max-width: 1170px;
    }
}

@media only screen and (max-width:768px) {
    .footer .head::after{
        position:relative;
        top: unset;
        left: unset;
    }
    /*Enterprise*/
    .enterprise-header-frame {
        flex-flow: column;
    }

    .enterprise-header-frame img {
        width: auto;
        min-width: unset;
    }
    /*Enterprise*/

    .dvsn-home-frame{
        grid-template-columns: 1fr;
    }
    .item-dvsn-home .image-frame {
        width: 100%;
    }
    .item-dvsn-home{
        flex-flow: column;
    }
    .custom-top-banner {
        padding: 8px;
    }
    .custom-top-banner .item-container {
        justify-content: center;
        gap: 10px;
    }
    .custom-top-banner .item-container span:nth-of-type(1),
    .custom-top-banner .item-container span:nth-of-type(2),
    .custom-top-banner .item-container a:nth-of-type(1),
    .custom-top-banner .item-container a:nth-of-type(2) {
        display: none;
    }
}

.logo-footer img{
    width: 120px;
}

@media screen and (max-width: 576px) {
    .menu-mobile-language {
        padding: 0 15px;
        display: block;
    }
    .menu-mobile-language .cus-language-select .options{
        left: 0;
        right: unset;
    }
    .footer-info h5 {
        font-size: 18px;
    }
    .logo-footer img {
        width: 100px;
    }
    .dropdown-menu > li > a {
        white-space: unset;
        padding: 5px 20px;
    }

    .new-grid-trangchu .grid {
        grid-template-columns: repeat(2, 1fr);
    }
        .new-grid-trangchu .grid > .item {
            border: unset;
            border-left: 1px dashed #DDDDDD;
            border-bottom: 1px dashed #DDDDDD;
        }


        .hotline-frame .header{
            padding: unset;
        }
}
