﻿.dashboard-menu {
    display: none;
}

.block-search .search-image {
    padding: 10px;
    border: 1px solid var(--accent-color);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
}

.block-search .active .search-image {
    border: 3px solid var(--accent-color);
}

.item-choose {
    position: relative;
    margin-right: 18px;
}

    .item-choose .check-icon {
        position: absolute;
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
        font-size: 20px;
        display: none;
    }

    .item-choose.active .check-icon {
        display: block;
    }

.block-search .item-choose-title {
    margin: 10px 0;
    display: inline-block;
    font-weight: 500;
}

.title-site {
    color: var(--accent-color) !important;
}

.desciption-site {
    color: var(--text-color) !important;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
}

.search-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    padding: 20px;
    max-width: 800px;
    margin: auto;
    flex-wrap: wrap;
}

    .search-box .search-field {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
    }

    .search-box .label {
        font-size: 14px;
        color: #999;
    }

    .search-box .value {
        font-weight: 600;
        color: #1e3a8a; /* dark blue */
        font-size: 16px;
        margin-top: 4px;
        text-align: left;
    }

    .search-box .separator {
        height: 40px;
        width: 1px;
        background-color: #ddd;
        margin-right: 20px;
    }

    .search-box .search-button {
        margin-left: auto;
        background-color: #2f5fac;
        color: white;
        padding: 12px 24px;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .search-box .search-button:hover {
            background-color: #204a87;
        }

    .search-box .input-label {
        padding: 5px 0;
        font-size: 16px;
        color: #999;
        border: none;
        outline: none;
        background: transparent;
        border-bottom: 1px solid #ddd;
    }

    .search-box .input-select {
        padding: 5px 0;
        font-size: 16px;
        color: #999;
        border: none;
        outline: none;
        /*background: transparent;*/
        border-bottom: 1px solid #ddd;
        border-radius: unset;
    }

.main {
    display: flex;
    --s: 160px; /* size  */
    --m: 3px; /* margin */
    --f: calc(1.732 * var(--s) + 4 * var(--m) - 1px);
    width: 90%;
    margin-left: 38px;
}

.container .item-block {
    width: var(--s);
    margin: var(--m);
    height: calc(var(--s)*1.1547);
    display: inline-block;
    font-size: initial;
    clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
    background: #e5e4fe;
    /*background: #fff;*/
    margin-bottom: calc(var(--m) - var(--s)*0.32);
    position: relative;
    cursor: pointer;
    z-index: 999;
}

    .container .item-block .item-child {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        color: #1f7ed0;
        z-index: 999;
        width: 60%;
    }

        .container .item-block .item-child span {
            display: inline-block;
            font-size: 14px;
            line-height: 18px;
            display: block;
            color: #4753bf;
            font-weight: 500;
            height: 30px;
        }

.block-img {
    width: 62px;
    height: 62px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #4753bf;
    /*background-color: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    /*border: 3px solid #4753bf;*/
}

    .block-img img {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }

.container::before {
    content: "";
    width: calc(var(--s)/2 + var(--m));
    float: left;
    height: 120%;
    shape-outside: repeating-linear-gradient( #0000 0 calc(var(--f) - 3px), #000 0 var(--f));
}

.btn-hover {
    transform: translate(0,0);
    transition: all 0.5s;
}

    .btn-hover span {
        position: relative;
        z-index: 2;
        margin-top: 8px;
    }

.template-one .item-active::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    content: "";
    z-index: 1;
    bottom: 0;
    transform: translate(0, 100%);
    background-image: url("../../img/portal_2/image-menu-hover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(23, 32, 42, 0.5);
}

.template-one .btn-disable::after {
    content: "";
}


.template-one .item-active:hover::after {
    transform: translate(0, 0);
}

.template-one .btn-disable:hover > .item-child {
    display: unset;
}

.template-one .btn-hover:hover > .ripple {
    display: none;
}

.template-one .item-active:hover > .item-content {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}

.template-one .btn-hover .item-content {
    width: 90%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    z-index: 9999;
    line-height: 18px;
}

.item-content i {
    animation: rotation 2s infinite linear;
}

/*.btn-hover {
    position: relative;
    border-color: transparent;
    background-color: rgba(255, 215, 114, 0.7);
    color: #484848;
    overflow: hidden;
}*/

.card-title:before {
    display: inline-block;
    font-weight: 900;
    font-size: 1.1rem;
    text-align: center;
    border: 2px solid grey;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding-bottom: 3px;
    margin-right: 10px;
}

.notification-invitation .card-body .card-title:before {
    color: #90CAF9;
    border-color: #90CAF9;
    content: "\f007";
}

.card.display-none {
    display: none;
    transition: opacity 2s;
}

.pin {
    position: absolute;
    right: 5.5%;
    top: 15%;
    margin: -20px 0 0 -20px;
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
    z-index: 9;
}

/*.pin::after {
        content: '';
        width: 14px;
        height: 14px;
        margin: 8px 0 0 8px;
        background: #fff;
        position: absolute;
        border-radius: 50%;
    }*/

.pulse {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    right: calc(5.5% + 8px);
    top: 15%;
    margin: 11px 0 0 -12px;
    transform: rotateX(55deg);
    z-index: 9;
}

    .pulse::after {
        content: "";
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -13px 0 0 -13px;
        animation: pulsate 1s ease-out infinite;
        opacity: 0.0;
        box-shadow: 0 0 1px 2px red;
        animation-delay: 1.1s;
    }

.button-pulse {
    animation: pulse 1s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #4753bf;
}

.hero-content{
    margin-bottom: 48px;
}

.btn-view-bandodichte{
    margin-top: 20px;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 12px rgba(0, 123, 255, 0);
    }
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.icon-top {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    /*color: var(--accent-color);*/
    color: #8f1401;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #8f1401;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.box-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .box-menu .box-menu-item {
        width: 172px;
        height: 172px;
        border-radius: 6px;
        border-left: 3px solid #4753bf;
        /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        transition: 0.15s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 28px 12px;
        margin: 10px 0;
        background-color: rgba(255,255,255,0.8);
    }

        .box-menu .box-menu-item img {
            max-height: 60px;
            border-radius: 6px;
        }

        .box-menu .box-menu-item span {
            color: #4753bf;
            font-size: 16px;
            font-weight: 500;
            margin-top: 16px;
            text-align: center
        }

        .box-menu .box-menu-item .box-menu-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            opacity: 0;
            overflow: hidden;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 5px;
            text-align: center;
            z-index: 99;
            transition: 0.5s all;
        }

            .box-menu .box-menu-item .box-menu-content span {
                color: #fff;
                font-size: 14px;
                margin-top: 0;
            }

            .box-menu .box-menu-item .box-menu-content i {
                animation: rotation 2s infinite linear;
            }

        .box-menu .box-menu-item:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: #4753bf;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
            transition: 0.5s ease;
            opacity: 0;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 5px;
            text-align: center;
        }

        .box-menu .box-menu-item:hover .box-menu-content {
            opacity: 1;
        }

        .box-menu .box-menu-item:hover::after {
            width: 100%;
            opacity: 1;
        }

#tile-1 {
    padding-top: 42px;
}

    #tile-1 .tab-pane {
        /*padding: 15px;*/
    }

.tab-content {
    margin-top: 3px;
}

#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
    border-start-start-radius: 6px;
    border-start-end-radius: 6px;
}

    #tile-1 .nav-tabs li {
        margin: 0px !important;
    }

        #tile-1 .nav-tabs li a {
            position: relative;
            margin-right: 0px !important;
            font-size: 16px;
            border: none !important;
            color: var(--text-color);
        }

    #tile-1 .nav-tabs a:hover {
        background-color: #fff !important;
        border: none;
    }

#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: var(--accent-color);
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;
}

#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: var(--accent-color) !important;
}

.tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #fff;
}

.block-button-search {
    display: flex;
    flex-direction: column
}

    .block-button-search .btn-search-location {
        margin-left: unset;
        text-transform: unset;
        text-align: center;
        margin-bottom: 6px;
    }

    .block-button-search .btn-search-certificate {
        margin-left: unset;
        text-transform: unset;
        background: #3e9ce6 !important;
        text-align: center;
    }

.block-location {
    min-height: 80vh;
    padding-bottom: 30px;
}


.hero .section-title .split-line {
    text-align: center !important;
}

.excellence-counter-item-description {
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
}

.template-one .block-hexagon-menu {
    position: relative;
    padding: 10px 0 30px;
    margin-right: 10px;
}

.template-one .main.main-two .container a:nth-child(even) .item-block {
    background-color: rgba(220, 228, 236, 1);
}

.template-one .container .item-block {
    background-color: rgba(220, 228, 236, 1);
}

.template-one .container .item-active {
    /*background-color: var(--accent-color);*/
    background: linear-gradient( 90deg, var(--accent-color) 0%, var(--accent-color-two) 100% );
}

.template-one .main-single .container .item-disable {
    background-color: #2f5fac;
}

.template-one .main .container a:nth-child(even) .item-disable {
    background-color: #2f5fac;
}

.template-one .main {
    --s: 108px;
    --m: 3px;
    --f: calc(1.732 * var(--s) + 4 * var(--m) - 1px);
    width: 100%;
    margin-left: 0;
}

.template-one .container .item-disable .item-child span {
    display: none;
}

.template-one .container .item-block .ripple {
    width: 61%;
}

    .template-one .container .item-block .ripple span {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        line-height: 16px;
    }

.template-one .main .container a:nth-child(2n) .item-block .ripple span {
    color: #fff;
}

.template-one .container .item-block .ripple img {
    width: 28px;
    height: 28px;
}

.template-one .ripple img {
    animation: 1s linear infinite scaleup;
}

.template-one .item-child img {
    width: 52px;
    height: 52px;
}

.template-one .main-single {
    position: absolute;
    top: 10px;
    left: 100%;
    transform: translateX(-24px);
}

.template-one .block-hexagon-menu .container {
    padding: 0;
}

.template-one .item-disable {
    opacity: 0.2;
    cursor: default;
}

.template-one .btn-hover .item-content {
    font-size: 12px;
    width: 92%;
}

.map-dichte .legend-color {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.map-dichte .legend-icon {
    width: 1rem;
    text-align: center;
    margin-right: 12px;
}

.table-bordered thead th {
    border-bottom-width: 2px;
    text-align: center;
}

.table-kinhdoanhduoc .table th {
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 15px;
}

.table-kinhdoanhduoc .active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.table-kinhdoanhduoc .page-link {
    color: var(--accent-color);
}

.table-kinhdoanhduoc table.dataTable thead th {
    font-weight: 500;
    background-color: var(--accent-color);
    color: #fff
}

.table-kinhdoanhduoc .card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: unset;
}

.table-kinhdoanhduoc .dataTables_filter input,
.table-kinhdoanhduoc .dataTables_length select {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: .375rem 1.2rem;
    box-shadow: none;
    margin: 10px 0;
}

.table-kinhdoanhduoc .pagination {
    margin-top: 30px !important;
}

.table-kinhdoanhduoc div.dataTables_wrapper div.dataTables_info {
    margin-top: 30px !important;
}

.circle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.circle-item {
    width: 190px;
    height: 190px;
    position: relative;
    margin: 30px 20px;
}

    .circle-item h4 {
        font-size: 18px;
        color: #333;
        text-align: center;
        margin-top: 8px;
        line-height: 26px;
        color: var(--text-color);
        font-weight: 500;
    }

.circle-number {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.counter-icon{
    text-align: center;
}

.circle-number .counter-icon-img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
}

.circle-number .counter-value {
    color: var(--accent-color);
}

.btn-filter-category a {
    padding: 10px 18px;
    border: 1px solid var(--text-color);
    border-radius: 10px;
    background-color: #fff;
}

    .btn-filter-category a.active-btn {
        color: var(--accent-color);
        border: 1px solid var(--accent-color);
        background-color: #d9dbf2;
    }

.medical-knowledge .case-study-nav ul{
    gap: 10px;
}

.medical-knowledge .section-row{
    margin-bottom: 50px;
}

.medical-knowledge .title-medical-knowledge {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.circle-counter-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    padding: 20px 0 60px;
}

.medical-knowledge .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.medical-knowledge .service-image .image-anime {
    width: 100%;
    height: 100%;
    padding-top: 66.66%;
    position: relative;
}

.page-header-padding{
    padding: 80px 0;
}

#tree {
    width: 100%;
    height: 100%;
}

/*partial*/
.block-tree-map {
    padding: 100px 0 0;
}

    .block-tree-map .btn-default{
        margin-top: 20px;
    }

    .block-tree-map .section-row {
        margin: 80px 0;
    }

    .tree-map .boc-light {
        background-color: unset;
    }

.boc-light {
    background-color: unset !important;
    font-family: Be Vietnam Pro!important;
    font-weight: 700;
    text-align: center;
}

.tree-map {
    max-width: 1820px;
    margin: 0 auto;
    border-radius: 46px;
    overflow: hidden;
    background: linear-gradient(to top right, #ffeef5 0%, #dff6ff 71%, #dff6ff 71%, #fffbee 100%);
    /*padding-bottom: 100px;*/
}

.tree-map [lcn='hr-team'] > rect {
    fill: #FFCA28;
}

.tree-map [lcn='sales-team'] > rect {
    fill: #F57C00;
}

    [lcn='top-management'] > rect {
        fill: #C4D9FF;
    }

    .tree-map [lcn='mid-management'] > rect {
        fill: var(--accent-color);
    }

    [lcn='top-management'] > text,
    .assistant > text {
        fill: #fff;
        font-weight: 600;
    }

[lcn='top-management'] circle,
.tree-map [lcn='assistant'] {
    fill: #aeaeae;
}

.tree-map .assistant > rect {
    fill: #ffffff;
}

.tree-map .assistant [data-ctrl-n-menu-id] > circle {
    fill: #aeaeae;
}

.tree-map .it-team > rect {
    fill: #b4ffff;
}

.tree-map .it-team > text {
    fill: #039BE5;
}

.tree-map .it-team > [data-ctrl-n-menu-id] line {
    stroke: #039BE5;
}

.tree-map .it-team > g > .ripple {
    fill: #00efef;
}

.tree-map .hr-team > rect {
    fill: #fff5d8;
}

.tree-map .hr-team > text {
    fill: #ecaf00;
}

.tree-map .hr-team > [data-ctrl-n-menu-id] line {
    stroke: #ecaf00;
}

.tree-map .hr-team > g > .ripple {
    fill: #ecaf00;
}

    .tree-map .mid-management > rect {
        fill: #e7e9f7;
    }

    .tree-map .mid-management > text {
        fill: var(--accent-color);
    }

    .tree-map .mid-management > [data-ctrl-n-menu-id] line {
        stroke: #ecaf00;
    }

    .tree-map .mid-management > g > .ripple {
        fill: #ecaf00;
    }

.tree-map .sales-team > rect {
    fill: #ffeedd;
}

.tree-map .sales-team > text {
    fill: #F57C00;
}

.tree-map .sales-team > [data-ctrl-n-menu-id] line {
    stroke: #F57C00;
}

.tree-map .sales-team > g > .ripple {
    fill: #F57C00;
}

.tree-map hr{
    margin: 6.5px 0;
}

.node > rect {
    fill: #4f6ad4;
}

.benhvien-tuyencuoi > rect {
    fill: #fdf1e7;
}

.benhvien-tuyencuoi > text {
    fill: #f4a261;
    font-weight: 600;
}

[lcn='benhvien-tuyencuoi'] > rect {
    fill: #f4a261;
}

.trungtam-donvi > rect {
    fill: #dff0ee;
}

.trungtam-donvi > text {
    fill: #299d8f;
    font-weight: 600;
}

[lcn='trungtam-donvi'] > rect {
    fill: #299d8f;
}

.benhvien-tuyentinh > rect {
    fill: #e3f5fd;
}

.benhvien-tuyentinh > text {
    fill: #45bbf1;
    font-weight: 600;
}

[lcn='benhvien-tuyentinh'] > rect {
    fill: #45bbf1;
}

.benhvien-dakhoa > rect {
    fill: #fbe9e5;
}

.benhvien-dakhoa > text {
    fill: #e76f51;
    font-weight: 600;
}

[lcn='benhvien-dakhoa'] > rect {
    fill: #e76f51;
}

.trungtam-yte > rect {
    fill: #f1f0ff;
}

.trungtam-yte > text {
    fill: #a29bfe;
    font-weight: 600;
}

[lcn='trungtam-yte'] > rect {
    fill: #a29bfe;
}

.tram-ytexa > rect {
    fill: #eff1f4;
}

.tram-ytexa > text {
    fill: #94a3b8;
    font-weight: 600;
}

[lcn='tram-ytexa'] > rect {
    fill: #94a3b8;
}

.benhvien-conglap > rect {
    fill: #fdf0da;
}

.benhvien-conglap > text {
    fill: #f59e0a;
    font-weight: 600;
}

[lcn='benhvien-conglap'] > rect {
    fill: #f59e0a;
}

.benhvien-bonganh > rect {
    fill: #dee8fc;
}

.benhvien-bonganh > text {
    fill: #2563eb;
    font-weight: 600;
}

[lcn='benhvien-bonganh'] > rect {
    fill: #2563eb;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4, 
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.org-chart-counter-mobile{
    display: none;
}

.block-counter-hori{
    padding-top: 40px;
}

.item-couter-hori {
    padding: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 40px;
}

.counter-content-number {
    font-weight: 600;
    font-size: 20px;
}

.counter-content-text p {
    margin-bottom: 0;
    color: #4753BF;
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
}

.item-counter-img {
    padding: 10px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    margin-right: 12px;
}

.item-counter-img img {
    width: 56px;
    height: 56px;
}

.block-location .bg-section p {
    margin-bottom: 0;
}

.limit-word-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-item-content h2{
    line-height: 26px;
}
.post-item-meta {
    margin-bottom: 0px;
}

.article-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
    /* padding: 40px; */
    /* max-width: 1200px; */
    margin: 0 auto;
}

.article-card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 12px;
    z-index: 2;
    font-weight: 500;
}

.btn-view-link {
    margin-top: auto; /* đẩy xuống dưới */
}

.article-card {
    position: relative;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}

.article-card:hover {
    transform: scale(1.05);
}

.article-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    opacity: 1.2;
}

.article-card-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    color: white;
    z-index: 1;
}

.article-card-content h3 {
    font-size: 16px;
    color: white;
    margin: 0 0 8px;
    line-height: 1.4;
}

.btn-view-article {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s;
    float: right;
}

.btn-view-article:hover {
    background: white;
}

.article-card-content h3 {
    font-size: 16px;
    color: white;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; /* Không cắt giữa chữ */
}

.article-card a[data-cursor-text] {
    display: block;
    height: 87%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-item {
    border: 1px solid #e0e0e0;
    padding: 26px;
    margin-bottom: 22px;
    border-radius: 36px;
    background-color: #fff;
}

.news-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.news-image {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 23px;
    position: relative;
}

    .news-image .trung-img {
        width: 200px;
        height: 145px;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }

    .news-image:hover:after {
        height: 150%;
        transition: all 600ms linear;
        background-color: transparent;
    }

    .news-image:after {
        content: "";
        position: absolute;
        width: 150%;
        height: 0%;
        left: 50%;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 1;
    }

.news-text {
    flex: 1;
}

    .news-text h3 {
        font-size: 18px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .news-text h3:hover {
            color: #4753bf;
        }

    .news-text p {
        font-size: 14px;
        margin-bottom: -1px;
    }

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #e0e0e0;
}

.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

    .pagination a {
        color: #4753bf;
    }

        .pagination a:hover {
            background: #4753bf;
            color: white;
        }

    .pagination a {
        color: #4753bf;
    }

    .pagination span {
        color: #4753bf;
    }

        .pagination span:hover {
            background: #4753bf;
            color: white;
        }

    .pagination .page-item.active a {
        background: #4753bf;
        color: white;
    }


/* Sidebar Styles */
.sidebar {
    border: 1px solid var(--divider-color);
    border-radius: 46px;
    padding: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

    .sidebar h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
        color: #333;
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
    }

        .sidebar ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 20px;
        }

            .sidebar ul li:before {
                content: "•";
                position: absolute;
                left: 0;
                color: #4d62ce;
            }

            .sidebar ul li a {
                text-decoration: none;
                color: var(--text-color);
                font-size: 0.9rem;
            }

                .sidebar ul li a:hover {
                    color: #4d62ce;
                }

                .sidebar ul li a.active {
                    color: #4d62ce;
                }



/*Tintuc*/
.page-single-post {
    padding: 0px 0;
}

.category-list-header {
    color: white;
    background-color: #4753bf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-catagery-list ul li a::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--accent-color);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}

.post-entry {
    text-align: justify;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-header .breadcrumb {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    margin: 0 3px;
    color: #666;
}

.breadcrumb-item a {
    color: #808080;
    text-decoration: none;
}

    .breadcrumb-item a:hover {
        color: #4753bf;
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #4753bf
}

.breadcrumb-item i.fas.fa-home {
    margin-right: 5px;
}

.page-single-post h4 {
    margin-bottom: 5px;
    line-height: 34px;
}

.category-list-header h3 {
    color: white;
    margin-bottom: 0px;
    text-align: center;
}

.service-catagery-list ul li a {
    font-size: 0.9rem;
}


.custom-hr {
    border: none;
    height: 1px;
    background-color: #eeeeee !important;
    opacity: 1;
    /*         margin-bottom: 66px;
 */
}

.post-meta {
    padding-top: 5px;
    color: #555;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 13px;
}

    .post-meta i {
        padding-right: 7px;
    }

    .post-meta time {
        padding-right: 15px;
    }



/* phần danh TT ngoài màn chính */
.post-item-meta ul li:last-child {
    float: right;
    font-size: 13px;
}

.post-item-meta ul li a {
    float: left;
    font-size: 15px;
}

.readmore-btn.form-btn {
    bottom: -49px;
}

.post-item-content h2 {
    margin: 0;
    font-size: 1rem;
}

.title-link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    word-break: break-word;
    overflow-wrap: break-word;
    min-height: 68px;
    text-align: justify;
}


.post-item-btn {
    margin-top: 10px;
}

/*khai báo bệnh dịch*/
.form-section {
    padding: 80px 0;
    background-size: cover;
}

.form-left {
    color: #0d1a3b;
    padding: 40px;
}

    .form-left h1 {
        font-weight: bold;
        color: #0f1c48;
        font-size: 36px;
    }

    .form-left p {
        margin-top: 20px;
        font-size: 16px;
        color: #0f1c48;
        font-weight: 500;
    }

.form-contact p {
    margin-top: 16px;
    font-size: 14px;
    color: #0f1c48;
}

    .form-contact p img {
        width: 36px;
    }

.form-contact i {
    color: #4753bf;
    margin-right: 8px;
}

.form-right {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    max-width: 100%;
}

    .form-right h4 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 24px;
        color: #0f1c48;
    }

.form-control {
    margin-bottom: 16px;
    border-radius: 7px;
    border: 1px solid #ccc;
}

.form-select {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.btn-submit {
    background-color: #4753bf;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    border-radius: 10px;
    transition: background 0.3s ease;
}

    .btn-submit:hover {
        background-color: #2d3bb5;
    }

.form-label span {
    color: red;
}

.form-label {
    font-weight: 600;
    color: #0f1c48;
}



/* Thực hiện Responsive - các giao diện */
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.circle-layer-sencond {
    display: flex;
    justify-content: center;
}

.circle-layer-logo {
    width: 296px;
    height: 296px;
    border-radius: 50%;
    background: linear-gradient(to right, #4753df, #76a3ff);
    padding: 20px; /* độ dày viền */
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-layer-img {
    width: 100%;
    height: 100%;
    background: white; /* nền trong */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .circle-layer-img img {
        width: 176px;
        height: 164px;
    }

.circle-layer-sencond {
    width: 656px;
    height: 656px;
    border-radius: 50%;
    border: 8px solid #E6F1FE;
    background: linear-gradient(to bottom, transparent 50%, #fff 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.icon-second-img {
    position: absolute;
}

    .icon-second-img img {
        width: 81px;
        height: 81px;
    }

.icon-second-img-one {
    top: 0;
    left: 80px;
}

.icon-second-img-two {
    top: 0;
    right: 80px;
}

.icon-second-img-three {
    top: 30%;
    left: -30px;
}

.icon-second-img-four {
    top: 30%;
    right: -30px;
}

.icon-second-img-five {
    top: 60%;
    left: -20px;
}

.icon-second-img-six {
    top: 60%;
    right: -20px;
}

.icon-second-img-seven {
    top: 90%;
    left: 120px;
}

.icon-second-img-eight {
    top: 90%;
    right: 120px;
}

.circle-layer-third {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.org-chart {
    padding: 100px 0
}

    .org-chart .section-row {
        margin-bottom: 0;
    }

    .org-chart .lst-item-org{
        padding: 40px 15px;
    }

.org-counter{
    margin-bottom: 20px;
}

.org-chart .org-counter-item {
    border-radius: 20px;
    background: linear-gradient(90deg, #4753BF 0%, #506CD7 100%);
    padding: 20px 10px 15px 32px;
    position: relative;
}

        .org-chart .org-counter-item:after {
            content: "";
            background-image: url('../../img/portal_2/org-item-img.png');
            position: absolute;
            top: 0;
            right: 0;
            width: 132px;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
        }

    .org-chart .org-counter-item p {
        margin-bottom: 0;
        color: #fff;
    }

.org-content-left .org-content-border {
    border-width: 1px;
    border-radius: 16px;
    padding: 8px 16px 8px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .org-content-left .org-content-border.one {
        margin-top: 20px;
        margin-bottom: 130px;
    }

.org-content-left .org-content-full.two {
    margin-bottom: 136px;
}

.org-content-left .org-content-border.three {
    margin-bottom: 136px;
}

.org-content-right .org-content-border {
    border-width: 1px;
    border-radius: 16px;
    padding: 8px 16px 8px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.org-content-right .org-content-full {
    border-width: 1px;
    border-radius: 16px;
    padding: 20px 16px;
    background: #4753BF;
    color: #fff;
    width: 100%;
    min-width: 400px;
}

.org-content-right p {
    margin-bottom: 0;
}

.org-content-left .org-content-full {
    border-width: 1px;
    border-radius: 16px;
    padding: 20px 16px;
    background: #4753BF;
    color: #fff;
    min-width: 400px;
    width: 100%;
}

.org-content-border {
    transition: all 0.5s;
    /*background-color: #f3f6fb;*/
    background: linear-gradient(96.47deg, #f7fdff 24.41%, #e6f7fe 64.41%);
}

    .org-content-border img {
        width: 50px;
        height: 50px;
    }

.org-content-img {
    padding: 10px;
    /*background-color: var(--secondary-color);*/
    /*background-color: #e3e3fb;*/
    border-radius: 8px;
    flex-shrink: 0;
}

.org-content-border:hover {
    background: var(--accent-color);
}

    .org-content-border:hover p, .org-content-border:hover i {
        color: #fff;
    }

.org-content-border i {
    color: #666C8A;
    font-size: 20px;
}

.org-content-left p {
    margin-bottom: 0;
    font-weight: 500;
    color: #273266;
    margin-left: 16px;
}

.org-content-right p {
    margin-bottom: 0;
    font-weight: 500;
    color: #273266;
    margin-left: 16px;
}

.org-counter-icon {
    margin-bottom: 6px;
}

.org-counter-number {
    font-size: 25px;
    margin-bottom: 4px;
    font-weight: 600
}

.org-content-left .center {
    transform: translateX(-20%);
}

.org-content-right .center {
    transform: translateX(20%);
}

.boc-edit-form-title {
    font-size: 20px !important;
    line-height: 30px !important;
}

.circle-animation {
    padding-top: 20px;
}

    .circle-animation .org-content-left {
        position: absolute;
        right: 100%;
        transform: translate(-20px,-50%);
        top: 50%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .circle-animation .org-content-right {
        position: absolute;
        left: 100%;
        transform: translate(20px,-50%);
        top: 50%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .circle-animation .main-circle {
        margin: 0px auto;
        width: 480px;
        height: 480px;
        position: relative;
    }

    .circle-animation .big-circle {
        height: 100%;
        width: 100%;
        position: relative;
        border: 3px solid #6495f2;
        border-radius: 50%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        animation: Rotate 20s linear infinite;
        -webkit-animation: Rotate 20s linear infinite;
    }

    .circle-animation .icon-block {
        width: 68px;
        height: 68px;
        position: absolute;
        border-radius: 50%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        /*background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);*/
        /*-webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);*/
        background-color: #dfdfff;
        border: 6px solid var(--secondary-color);
    }

        .circle-animation .icon-block img {
            margin: 0px auto;
            width: 86%;
            animation: Rotate-reverse 20s linear infinite;
            -webkit-animation: Rotate-reverse 20s linear infinite;
            width: 35px;
            height: 35px;
        }

        .circle-animation .icon-block:first-child {
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }

        .circle-animation .icon-block:nth-child(2) {
            top: 50%;
            right: 0;
            transform: translate(50%, -50%);
            -webkit-transform: translate(50%, -50%);
        }

        .circle-animation .icon-block:nth-child(3) {
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            -webkit-transform: translate(-50%, 50%);
        }

        .circle-animation .icon-block:nth-child(4) {
            top: 50%;
            left: 0;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }
    /* circle content */
    .circle-animation .circle {
        animation: circle-rotate 20s linear infinite;
        -webkit-animation: circle-rotate 20s linear infinite;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        width: 75%;
        height: 75%;
        border: 3px solid #6495f2;
        border-radius: 50%;
    }

        .circle-animation .circle .icon-block img {
            animation: img-rotate 20s linear infinite;
            -webkit-animation: img-rotate 20s linear infinite;
        }
    /* center logo */
    .circle-animation .center-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

        .circle-animation .center-logo img {
            max-width: 200px;
        }

.org-chart-counter-desktop {
    display: none;
}

.btn-org-chart {
    margin-top: 60px;
}

.org-content-flex {
    display: flex;
    align-items: center;
    max-width: 95%;
}

.table td, .table th {
    vertical-align: middle;
}

table.dataTable tr .function-control .hstn-func {
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.btn-diagonnal {
    position: relative;
    display: inline-block;
    color: #5dade2;
    overflow: hidden;
}

    .btn-diagonnal::before,
    .btn-diagonnal::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50px;
        z-index: -1;
        transition: transform 0.3s ease;
    }

    .btn-diagonnal::before {
        content: '';
        right: -50px;
        border-right: 50px solid transparent;
        border-bottom: 40px solid #2c80b4;
        transform: translateX(-100%);
    }

    .btn-diagonnal::after {
        content: '';
        left: -50px;
        border-left: 50px solid transparent;
        border-top: 40px solid #2c80b4;
        transform: translateX(100%);
    }

    .btn-diagonnal:hover {
        color: #a6d5f7;
    }

        .btn-diagonnal:hover::before {
            transform: translateX(-49%);
        }

        .btn-diagonnal:hover::after {
            transform: translateX(49%);
        }

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {

    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {

    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@keyframes scaleup {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

@keyframes rotation {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(359deg);
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1500px) {
    .org-content-right .org-content-border {
        min-width: 360px;
    }

    .org-content-left .org-content-border {
        min-width: 360px;
    }
}

@media (max-width: 1328px) {
    .template-one .main-single {
        display: none;
    }

    .circle-animation .main-circle {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 1280px) {
    .excellence-counter-item {
        width: 238px;
        height: 238px;
    }

        .excellence-counter-item h2 {
            font-size: 32px;
        }

    .excellence-counter-item-description {
        font-size: 16px;
    }

    .circle-animation {
        padding-top: 50px;
    }

        .circle-animation .main-circle {
            width: 320px;
            height: 320px;
        }

    .main {
        --s: 120px;
    }

    .container .item-block .item-child span {
        font-size: 12px;
    }

    .hero .section-title h2 {
        font-size: 32px;
    }

    .desciption-site {
        font-size: 18px;
        line-height: 26px;
    }

    .block-img {
        width: 56px;
        height: 56px;
    }

    .our-excellence::before {
        display: none;
    }
    /* .search-box {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }*/
    .search-box .search-field {
        width: 100%;
    }

    .search-box .separator {
        display: none;
    }

    .search-box .btn-search-location {
        margin-left: unset;
        margin-top: 20px;
    }

    .navbar-brand img {
        width: 68px;
    }
}

@media (max-width: 1160px) {
    .excellence-counter-item {
        width: 216px;
        height: 216px;
    }

        .excellence-counter-item h2 {
            font-size: 32px;
        }

    .excellence-counter-item-description {
        font-size: 16px;
    }

    .org-chart .org-counter-item p {
        font-size: 15px;
    }

    .org-chart .org-counter-item {
        padding: 20px 10px 15px 26px;
    }

    .block-hexagon-menu {
        margin-left: 0;
    }

    .template-one .item-disable {
        display: none;
    }

    .template-one .main {
        --s: 110px;
    }

    .template-one .container .item-block .ripple img {
        width: 32px;
        height: 32px;
    }

    .template-one .block-hexagon-menu {
        margin-right: 0;
    }

    .circle-animation {
        display: none;
    }

    .org-chart-counter-desktop {
        display: block;
    }
}

@media (max-width: 991px) {
    .excellence-counter-item {
        width: 170px;
        height: 170px;
    }

        .excellence-counter-item h2 {
            font-size: 26px;
        }

    .excellence-counter-item-description {
        font-size: 14px;
        line-height: 20px;
    }

    .circle-animation .org-content-right {
        transform: translate(-30px,-50%);
    }

    .circle-animation .org-content-left {
        transform: translate(30px,-50%);
    }

    .main {
        display: none;
    }

    .block-hexagon-menu {
        display: none;
    }

    .dashboard-menu {
        display: block;
    }

    .box-menu .box-menu-item {
        width: 100%;
    }

    .box-menu .col-5-custom {
        padding: 0 15px;
    }

    .box-menu .box-menu-item span {
        font-size: 18px;
    }

    .hero::after {
        display: none;
    }

    .pin, .pulse {
        display: none;
    }

    .hero .section-title h2 {
        font-size: 32px;
    }

    .desciption-site {
        font-size: 18px;
    }

    /*.search-box {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }*/

    .search-box .search-field {
        width: 100%;
    }

    .search-box .separator {
        display: none;
    }

    .search-box .btn-search-location {
        margin-left: unset;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .excellence-counter-item {
        width: 210px;
        height: 210px;
    }

        .excellence-counter-item h2 {
            font-size: 28px;
        }

        .excellence-counter-item p {
            font-size: 16px;
            line-height: 20px;
        }

    .item-couter-hori {
        margin-bottom: 15px;
    }

    .circle-item {
        width: 120px;
        height: 120px;
    }

    .cta-img-2 img {
        display: none;
    }

    .block-hexagon-menu {
        display: none;
    }

    .hero {
        padding: 60px 0;
    }

        .hero .section-title {
            max-width: 80%;
            margin: 0 auto;
            text-align: center;
        }

    .circle-item h4 {
        font-size: 16px;
    }

    .circle-number {
        font-size: 22px;
    }

        .circle-number .counter-icon-img {
            width: 38px;
            height: 38px;
        }

    .org-chart-counter-mobile {
        display: block;
        padding: 0 15px;
    }

    .org-chart-counter-desktop {
        display: none;
    }

    .article-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 428px) {
    .btn-filter-category a {
        font-size: 14px;
        padding: 8px 16px;
    }

    .medical-knowledge .section-row {
        margin-bottom: 30px;
    }

    .excellence-counter-item {
        width: 166px;
        height: 166px;
    }

        .excellence-counter-item h2 {
            font-size: 22px;
        }

        .excellence-counter-item p {
            font-size: 14px;
            line-height: 20px;
        }

    .excellence-counter-item {
        padding: 15px;
    }

    .org-chart {
        padding: 50px 0;
    }

        .org-chart .lst-item-org {
            padding: 30px 15px 20px;
        }

    .circle-item {
        width: 100px;
        height: 100px;
        margin: 20px;
    }

    .section-title h3 {
        font-size: 19px;
    }

    .circle-item h4 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 2px;
    }

    .circle-number {
        font-size: 16px;
    }

    .hero-content {
        margin-bottom: 0 !important;
    }

    .search-box .search-button {
        margin-left: unset;
        margin-top: 10px;
    }

    .certificate-counter {
        display: none;
    }

    .block-search {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-box {
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 20px !important;
    }

        .search-box .search-field {
            width: 100%;
        }

        .search-box .separator {
            display: none;
        }

        .search-box .btn-search-location {
            margin-left: unset;
            margin-top: 10px;
        }

    .item-choose {
        margin: 0 10px;
    }

    .box-menu .box-menu-item span {
        font-size: 14px;
    }

    .box-menu .box-menu-item img {
        max-height: 50px;
    }

    .hero {
        padding: 30px 0 0;
    }

        .hero .section-title h2 {
            font-size: 22px;
        }

    .desciption-site {
        font-size: 15px;
    }

    .hero .section-title {
        max-width: 90%;
    }

    .box-menu .box-menu-item {
        max-height: 150px;
    }

    .article-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 375px) {
    .hero .section-title {
        max-width: 100%;
    }

        .hero .section-title h2 {
            font-size: 22px;
        }

    .block-hexagon-menu {
        display: none;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .section-title h3 {
        font-size: 18px;
    }
}
