@font-face {
    font-family: 'poppins.bold';
    src: url('../font/poppins.bold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins.semibold';
    src: url('../font/poppins.semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins.regular';
    src: url('../font/poppins.regular.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppins.regular', sans-serif !important;
}

p,
a,
ul,
li,
span,
button,
label {
    font-family: 'poppins.regular', sans-serif !important;
}

.content_title {
    font-family: 'poppins.bold' !important;
}

body {
    overflow-x: hidden;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_16 {
    line-height: 1.6 !important;
}

.line_height_12 {
    line-height: 1.2 !important;
}

.border-dashed {
    border-top-color: #848484 !important;
    border-top-style: dashed !important;
    border-top-width: 1px;
}

.text-muted {
    color: #5a5a5a !important;
}

.sub_title_container {
    border-bottom: 1px solid #dedede;
}

.sub_title_container2 {
    border-bottom: 1px solid #bfbfbf;
}

.sub_title {
    border-bottom: 1px solid #1e1e1e;
    width: max-content;
}

.logo {
    height: 105px;
}

.article_card_title {
    min-height: 64px;
}

.btn {
    padding: 0.9rem 3rem;
    background-color: transparent;
    align-items: center;
}

.team_item {
    border: 1px solid rgb(231, 233, 241);
    border-radius: 20px;
}

.bg_banner {
    background-color: #2b2b2b;
}

.page-sidebar li .page-sidebar-title {
    padding: 3px 8px;
    width: max-content;
}

.page-sidebar-title {
    border-bottom: 1px solid #ff0000;
}

.page-sidebar li {
    margin: 20px 0;
    padding: 3px 0px;
    border-bottom: 1px solid #dfe3e6;
}

.border_bottom {
    border-bottom: 1px solid #dedede !important;
}

.content-auto {
    content-visibility: auto;
}

.detail_img_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.detail_content_box {
    position: relative;
}

.error {
    color: red;
}

.min_64 {
    min-height: 64px;
}

.border_lightblue {
    border-color: #80A2C9;
}

.transparent_white {
    background-color: rgba(255, 255, 255, 0.05);
}

.button_bg {
    background-image: radial-gradient(83.67% 147% at 63.02% -26%, #fff 59.12%, #b8d8ff 100%);
}

.ellipsis_1_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_4_line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_icon {
    font-size: 1.3rem;
}

.text_italic {
    font-style: italic;
}


.text_medium {
    font-size: 2.5rem;
}

.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

/* Media Query */
.footer_logo {
    height: 40px;
}


.bg_common {
    background-color: #e4e2e3;
}

.items_stretch {
    align-items: stretch;
}

.news_pagination>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px !important;
}

.news_pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
}

.news_pagination .swiper-pagination-bullet-active {
    background-color: #002057;
}

.cursor_pointer {
    cursor: pointer;
}

.margin_auto {
    margin: auto;
}

/* News */
.news-container {
    display: flex;
    width: 100%;
    gap: 30px;
}

.news-slider {
    width: 50%;
    height: 317px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.news-titles {
    width: 50%;
}


.title-text {
    font-size: 15px;
    line-height: 1.4;
}

.title-date {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: block;
}

.titles-item.active .title-date {
    color: rgba(255, 255, 255, 0.8);
}

.list_menu a {
    font-size: 18px;
}

.outline_none {
    outline: none;
}

.container_left {
    width: 45%;
}

.container_right {
    width: 55%;
}

.detial_hero {
    height: 450px;
}

.z_100 {
    z-index: 100;
}

.index_banner_justify {
    justify-content: flex-end;
}

.border_bottom {
    border-bottom: 2px solid #dedede;
}

.service_list li {
    border-radius: 5px;
    padding: 11px 10px 11px 0;
    background: linear-gradient(90deg, transparent, #E3F0FF);
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    align-items: center;
}

.contact_form {
    border: 1px solid #ccc;
}

.bg-footer {
    background-color: #ebebeb;
}

.bg_contact {
    background-image: radial-gradient(72.83% 71.14% at 62.53% 0, #032c96 0, #002057 100%);
}

.text_italic {
    font-style: italic;
}

.featured-grid li {
    border: 1px solid rgb(222, 222, 222);
    border-radius: 4px;
    background-color: rgb(247, 247, 247);
    /* min-height: 500px; */
}

.modal-transition {
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.98);
}

.modal-active {
    opacity: 1;
    transform: scale(1);
}

.process-node {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.process-node-active {
    background-color: #4d5f69;
    color: white;
    border-color: #4d5f69;
    box-shadow: 0 4px 6px -1px rgba(22, 93, 255, 0.2), 0 2px 4px -1px rgba(22, 93, 255, 0.2);
}

.process-node-inactive {
    background-color: white;
    color: #6B7280;
    border-width: 2px;
    border-color: #E5E7EB;
}

.process-node-inactive:hover {
    border-color: rgba(9, 22, 53, 0.5);
}

.about-list {
    list-style-type: disclosure-closed;
}

.submit-list {
    list-style-type: decimal;
}

.process-line {
    height: 0.5rem;
    flex: 1;
    border-radius: 0.125rem;
    position: relative;
    top: -30px;
    z-index: 0;
    transition: all 0.3s ease;
}

.process-line-active {
    background-color: #4d5f69;
}

.process-line-inactive {
    background-color: #E5E7EB;
}

.process-content-panel {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.process-content-active {
    display: block;
}

.text-upppercase {
    text-transform: uppercase;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(min-width: 576px) {
    .container {
        max-width: 720px !important;
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1440px) {
    .index_banner_title {
        font-size: 4.5rem;
    }
}

@media (max-width: 1024px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .index_banner_title {
        font-size: 4rem;
    }

    .section_title {
        font-size: 2.7rem;
        line-height: 3rem;
    }

}

@media (max-width: 768px) {

    .container_left {
        width: 100%;
    }

    .container_right {
        width: 100%;
    }

    .logo {
        height: 65px;
    }

    .section_title {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    .index_banner_title {
        font-size: 2rem;
    }

    .common_btn {
        padding: 0.5rem 2rem;
    }

    .common_btn2 {
        padding: 0.5rem 2rem;
    }

    .footer_logo {
        height: 40px;
        margin-bottom: 20px;
    }

    .phone_banner {
        height: 220px !important;
    }

    .organizational_img {
        width: 100% !important;
    }

    .detail_img_box {
        position: unset;
    }

    .contact_img {
        display: none;
    }

    .detial_hero {
        height: 350px;
    }

    .index_banner_justify {
        justify-content: center;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .phone_menu {
        position: absolute;
        top: 113px;
        width: 100%;
        z-index: 12;
        background-color: #fff;
    }

    .contact_container {
        width: 95%;
    }
}

.chat {
    position: fixed;
    right: 0px;
    bottom: 0px;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
    margin: 0px;
    outline: none;
    background-color: transparent;
    overflow: hidden;
    z-index: 99;
    box-sizing: border-box;
    color-scheme: none;
}

.ep-app__chat {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    max-width: 100%;
    max-height: 100%;
    padding: 24px;
    
}

.ep-chat-window {
    display: none;
    position: relative;
    flex: 1;
    flex-direction: column;
    width: 450px;
    max-width: 100%;
    min-height: 0;
    margin-left: auto;
    transform-origin: 90% 100%;
    backface-visibility: hidden;
    --ep-app-chat-min-height: 0;
    transform: scale(0);
    transform-origin: right bottom;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.2s ease;
    pointer-events: none;
}

.ep-chat-window__container {
    display: flex;
    position: relative;
    flex-basis: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    z-index: 1;
}

.ep-btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 21;
    width: 22px;
    padding: 0;
    font-size: 18px;
    height: 22px;
    text-align: center;
    cursor: pointer;
}

.ep-chat-window__body-initial {
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px 8px 0 0;
    background: #f9f9f9;
}

.ep-chat-window__header {
    position: relative;
    height: auto;
    padding: 24px 24px 32px 24px;
    background: #049ce2;
    color: #ffffff;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0d0d0d1f;
    border-radius: 8px 8px 0 0;
    z-index: 20;
}

.ep-chat-window-initial {
    width: 100%;
    margin-top: auto;
}

.ep-media {
    --ep-media-color: #ca3900;
    display: flex;
    align-items: center;
}

.ep-chat-window-initial__header {
    margin-bottom: 18px;
}

.ep-media--align-bottom {
    align-items: flex-end;
}

.ep-media__object {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    color: #ca3900;
}

.ep-avatar--lg {
    width: 40px;
    height: 40px;
}

.ep-avatar {
    flex-shrink: 0;
    width: 40px;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    aspect-ratio: 1;
}

.ep-avatar__img {
    display: block;
    width: 100%;
}

.ep-media p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
}

.ep-chat-window-initial__header-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: initial;
}

.ep-media__content {
    font-weight: 500;
    overflow: hidden;
}

.ep-chat-window-initial__body {
    font-weight: 500;
    line-height: 1.375rem;
}

.ep-typebox__tags {
    margin: 180px 16px 0;
    padding: 12px 0;
    border-bottom: 2px solid rgba(13, 13, 13, 0.12);
}

.ep-tag-group-wrapper {
    display: flex;
}

.ep-tag-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-tag-group__item {
    margin: 0 8px 8px 0;
}

.ep-tag {
    --ep-tag-bg-color: rgba(38, 55, 38, 0.06);
    --ep-tag-color: #575758;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    max-width: 150px;
    height: 24px;
    border-radius: 16px;
    background-color: rgba(38, 55, 38, 0.06);
    color: #575758;
    font-size: .75rem;
    font-weight: 700;
    transition-duration: .2s;
    transition-property: background-color, color, box-shadow;
    cursor: pointer;
}

.ep-tag__text {
    height: 100%;
    margin: 0;
    padding: 0 8px;
    line-height: 24px;
    user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ep-floating-button {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    overflow: visible;
    border: 0;
    background: none;
}

.ep-chat-window__footer {
    position: relative;
    flex-shrink: 0;
    border-radius: 0 0 8px 8px;
    background-color: #f9f9f9;
}

.ep-typebox {
    position: relative;
    padding: 4px 0;
    transition: opacity .2s;
}

.ep-typebox__wrapper {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    overflow: hidden;
}

.ep-typebox__input {

    display: block;
    width: 100%;
    max-height: 72px;
    margin-right: 12px;
    resize: none;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.125rem;
    white-space: pre-wrap;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
}

.ep-typebox__input:focus {
    outline: none;
    border: none;
}

.ep-typebox__actions-wrap {
    display: flex;
    flex-basis: 80px;
    flex-shrink: 0;
    align-self: flex-start;
    transition: transform .3s cubic-bezier(0.64, 0.57, 0.15, 1.56);
}

.ep-typebox-action-upload {
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
}

.ep-btn--icon {
    width: 40px;
    padding: 0;
    font-size: 18px;
}

.ep-typebox-action-upload__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.ep-btn .ep-icon {
    position: relative;
    line-height: normal;
    text-shadow: inherit;
    font-size: 1.125rem;
    display: inline-block;
}

.ep-typebox-action-upload__label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-typebox__actions-wrap--empty {
    transform: translateX(42px);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.41);
}

.ep-chat-window__container::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    box-shadow: 0 0 0px 0px rgba(23, 24, 26, 0.06) inset, 0 0 12px -1px rgba(23, 24, 26, 0.09), 0 0 24px -1px rgba(23, 24, 26, 0.07);
    pointer-events: none;
    content: "";
    visibility: visible;
    z-index: 50;
}

.ep-floating-button__bot-dots {
    display: flex;
    position: absolute;
    top: 45%;
    left: 0;
    justify-content: center;
    width: 100%;
}

.ep-floating-button__bot-dot {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 100%;
    background-color: #fff;
    transition-property: opacity, transform, background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0, 1);
    will-change: opacity, transform;
}

.ep-floating-btn__bot-shape {
    width: 60px;
    height: 60px;
    font-size: 24px;
    filter: drop-shadow(0 6px 12px rgba(23, 24, 26, 0.09)) drop-shadow(0 12px 24px rgba(23, 24, 26, 0.07));
}

.ep-floating-button__bot-smile {
    position: absolute;
    left: 50%;
    transform: scale(0);
    transform-origin: bottom center;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0, 1);
    opacity: 0;
    z-index: 1;
    fill: #ffffff;
    will-change: opacity, transform;
    backface-visibility: hidden;
    bottom: 15px;
    width: 40px;
    height: 14px;
    margin-left: -20px;
}

.ep-floating-button:hover .ep-floating-button__bot-dots .ep-floating-button__bot-dot {
    transform: scale(0);
    opacity: 0;
}

.ep-floating-button:hover .ep-floating-button__bot-smile {
    transform: scale(1);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.15, 1.56);

}

.ep-open .ep-chat-window {
    display: flex!important;
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 20px;

}

.ep-open .ep-floating-button .ep-floating-button__bot-dots .ep-floating-button__bot-dot {
    transform: scale(0);
    opacity: 0;
}

.ep-open .ep-floating-button .ep-floating-button__bot-smile {
    transform: scale(1);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.15, 1.56);

}

#category {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M8 11.5l-6-6 1.5-1.5L8 8.5l4.5-4.5L14 5.5l-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 16px;
    cursor: pointer;
}

.language-dropdown {
    border: 1px solid #ceced2;
}

.ql-editor {
  font-size: 18px !important; 
  line-height: 1.6; 
  font-family: 'poppins.regular';
}

.ql-toolbar .ql-stroke {
  font-size: 15px !important;
}

#shareBtn {
      padding: 12px 24px;
      background: #1d9bf0;
      color: white;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
    }

    /* Share Modal */
    .share-modal {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.7);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }
    .share-box {
      background: white;
      width: 90%;
      max-width: 380px;
      border-radius: 12px;
      overflow: hidden;
    }
    .share-header {
      padding: 16px;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #eee;
    }

    /* Preview Card */
    .share-card {
      padding: 16px;
      border-bottom: 1px solid #eee;
    }
    .share-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 12px;
    }
    .share-card h3 {
      font-size: 16px;
      margin-bottom: 6px;
    }
    .share-card p {
      font-size: 14px;
      color: #666;
    }
    .share-card .link {
      font-size: 12px;
      color: #999;
      margin-top: 6px;
    }

    /* Platform Buttons */
    .share-platform {
      display: flex;
      padding: 16px;
      gap: 12px;
      flex-wrap: wrap;
    }
    .share-platform button {
      flex: 1;
      min-width: 90px;
      padding: 10px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
    }

    /* Platform Colors */
    .btn-twitter { background: #000; color: white; }
    .btn-linkedin { background: #0077b5; color: white; }
    .btn-facebook { background: #1877f2; color: white; }
    .btn-copy { background: #f5f5f5; color: #333; }

    .share-close {
      width: 100%;
      padding: 14px;
      border: none;
      background: white;
      border-top: 1px solid #eee;
      font-size: 16px;
      cursor: pointer;
    }